PixelFormatInfoEquals(PixelFormatInfo) Method

Determines whether the current PixelFormatInfo instance is equal to another one.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public bool Equals(
	PixelFormatInfo other
)

Parameters

other  PixelFormatInfo
A PixelFormatInfo structure to compare with this PixelFormatInfo instance.

Return Value

Boolean
, if the current PixelFormatInfo instance is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also