BinaryImageInequality Operator

Implements the operator !=.

Definition

Namespace: ProjectLCore.GamePieces
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public static bool operator !=(
	BinaryImage left,
	BinaryImage right
)

Parameters

left  BinaryImage
The operand on the left.
right  BinaryImage
The operand on the right.

Return Value

Boolean
if the specified object is not equal to the current BinaryImage; otherwise, .

See Also