ObjectSelectorEditor.EqualsToValue(Object) 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.
public:
bool EqualsToValue(System::Object ^ value);
protected public:
bool EqualsToValue(System::Object ^ value);
public bool EqualsToValue (object value);
protected internal bool EqualsToValue (object value);
protected internal bool EqualsToValue (object? value);
member this.EqualsToValue : obj -> bool
Public Function EqualsToValue (value As Object) As Boolean
Protected Friend Function EqualsToValue (value As Object) As Boolean
Paramètres
Retours
true
si le Object spécifié est égal au Object actuel ; sinon, false
.
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.