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