PixelFormatChannelMask.Equals Méthode

Définition

Détermine si deux objets sont égaux.

Surcharges

Equals(Object)

Détermine si l'objet spécifié est égal à l'objet actuel.

Equals(PixelFormatChannelMask, PixelFormatChannelMask)

Détermine si deux masques de canal de format de pixel sont égaux.

Equals(Object)

Détermine si l'objet spécifié est égal à l'objet actuel.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Paramètres

obj
Object

Object à comparer avec le masque actif.

Retours

Boolean

true si PixelFormatChannelMask est égal à obj ; sinon, false.

S’applique à

Equals(PixelFormatChannelMask, PixelFormatChannelMask)

Détermine si deux masques de canal de format de pixel sont égaux.

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

Paramètres

left
PixelFormatChannelMask

Premier masque à comparer.

right
PixelFormatChannelMask

Second masque à comparer.

Retours

Boolean

true si les masques sont égaux ; sinon, false.

S’applique à