Color64Equals(Color64) Method

Determines whether the current Color64 instance is equal to another one.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public bool Equals(
	Color64 other
)

Parameters

other  Color64
A Color64 structure to compare with this Color64 instance.

Return Value

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

Implements

IEquatableTEquals(T)

See Also