Determines whether the given object is equal to this instance.
[Visual Basic] Overrides Public Function Equals( _ ByVal obj As Object _ ) As Boolean [C#] public override bool Equals( object obj ); [C++] public: override bool Equals( Object* obj ); [JScript] public override function Equals( obj : Object ) : Boolean;
Returns true if obj is an instance of MethodBuilder and is equal to this object. Otherwise, returns false.
Equality is determined by having the same name, attributes and signature.
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace