BinaryImageEquality Operator
Implements the operator ==.
Namespace: ProjectLCore.GamePiecesAssembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
public static bool operator ==(
BinaryImage left,
BinaryImage right
)
- left BinaryImage
- The operand on the left.
- right BinaryImage
- The operand on the right.
Boolean if the specified object is equal to the current
BinaryImage; otherwise,
.