_MemberInfo.Equals Method (Object)
.NET Framework (current version)
Provides COM objects with version-independent access to the Object.Equals method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- other
- Type: System.Object
Return Value
Type: System.Booleantrue if the specified Object is equal to the current Object; otherwise, false.
This method is for access to managed classes from unmanaged code and should not be called from managed code.
The Object.Equals method determines whether the specified Object is equal to the current Object.
.NET Framework
Available since 1.1
Available since 1.1
Show: