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