PColor64Equals(PColor64) Method
Determines whether the current
PColor64 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(
PColor64 other
)
Public Function Equals (
other As PColor64
) As Boolean
public:
virtual bool Equals(
PColor64 other
) sealed
abstract Equals :
other : PColor64 -> bool
override Equals :
other : PColor64 -> bool
- other PColor64
- A PColor64 structure to compare with this PColor64 instance.
Boolean, if the current
PColor64 instance is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)