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