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