_FieldInfo.Equals(Object) Méthode
Définition
Fournit des objets COM avec un accès indépendant de la version à la méthode Equals(Object).Provides COM objects with version-independent access to the Equals(Object) method.
public:
bool Equals(System::Object ^ other);
public bool Equals (object other);
abstract member Equals : obj -> bool
Public Function Equals (other As Object) As Boolean
Paramètres
- other
- Object
Object à comparer avec l'objet Object actuel.The Object to compare with the current Object.
Retours
true
si le Object spécifié est égal au Object actuel ; sinon, false
.true
if the specified Object is equal to the current Object; otherwise, false
.
Remarques
Cette méthode est destinée à l’accès aux classes managées à partir de code non managé et ne doit pas être appelée à partir du code managé.This method is for access to managed classes from unmanaged code, and should not be called from managed code.
La Equals méthode détermine si le spécifié Object est égal au actuel Object .The Equals method determines whether the specified Object is equal to the current Object.