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