Determines whether one attribute matches another.
[Visual Basic] Overridable Public Function Match( _ ByVal obj As Object _ ) As Boolean [C#] public virtual bool Match( object obj ); [C++] public: virtual bool Match( Object* obj ); [JScript] public function Match( obj : Object ) : Boolean;
true if the attributes match; otherwise, false.
Notes to Inheritors: This method determines if one MemberAttribute equals another MemberAttribute. You can override this method to determine if one attribute matches another attribute's criteria instead.
MemberAttribute Class | MemberAttribute Members | System.ComponentModel Namespace