PixelFormatChannelMask.Equals Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Retours
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
Premier masque à comparer.
- right
- PixelFormatChannelMask
Second masque à comparer.
Retours
true
si les masques sont égaux ; sinon, false
.