BinaryImageEquals(BinaryImage) Method

Indicates whether the current BinaryImage is equal to another BinaryImage. Two images are equal if all of their cells are the same.

Definition

Namespace: ProjectLCore.GamePieces
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public bool Equals(
	BinaryImage other
)

Parameters

other  BinaryImage
A BinaryImage to compare with this BinaryImage.

Return Value

Boolean
if the current BinaryImage is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also