MethodBuilder::Equals Method (Object^)
.NET Framework (current version)
Determines whether the given object is equal to this instance.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
-
Type:
System::Object^
The object to compare with this MethodBuilder instance.
Return Value
Type: System::Booleantrue if obj is an instance of MethodBuilder and is equal to this object; otherwise, false.
Equality is determined by having the same name, attributes, and signature.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: