PixelFormatChannelMask.Equality Operator

Definition

Compares two PixelFormatChannelMask instances for equality.

public:
 static bool operator ==(System::Windows::Media::PixelFormatChannelMask left, System::Windows::Media::PixelFormatChannelMask right);
public static bool operator == (System.Windows.Media.PixelFormatChannelMask left, System.Windows.Media.PixelFormatChannelMask right);
static member ( = ) : System.Windows.Media.PixelFormatChannelMask * System.Windows.Media.PixelFormatChannelMask -> bool
Public Shared Operator == (left As PixelFormatChannelMask, right As PixelFormatChannelMask) As Boolean

Parameters

left
PixelFormatChannelMask

The first mask to compare.

right
PixelFormatChannelMask

The second mask to compare.

Returns

true if the two masks are equal; otherwise, false.

Applies to