Color64Equals(Color64) Method
Determines whether the current
Color64 instance is equal to another one.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public bool Equals(
Color64 other
)
Public Function Equals (
other As Color64
) As Boolean
public:
virtual bool Equals(
Color64 other
) sealed
abstract Equals :
other : Color64 -> bool
override Equals :
other : Color64 -> bool
- other Color64
- A Color64 structure to compare with this Color64 instance.
Boolean, if the current
Color64 instance is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)