Binary.Equality(Binary, Binary) Opérateur
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écrit la relation d'équivalence entre deux objets binaires.
public:
static bool operator ==(System::Data::Linq::Binary ^ binary1, System::Data::Linq::Binary ^ binary2);
public static bool operator == (System.Data.Linq.Binary binary1, System.Data.Linq.Binary binary2);
static member ( = ) : System.Data.Linq.Binary * System.Data.Linq.Binary -> bool
Public Shared Operator == (binary1 As Binary, binary2 As Binary) As Boolean
Paramètres
- binary1
- Binary
Premier objet binaire.
- binary2
- Binary
Deuxième objet binaire.
Retours
true
si les objets binaires sont identiques ; sinon, false
.
Remarques
Retourne true
si les deux sont null
, mais retourne false
si un seul est null
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.