This topic has not yet been rated - Rate this topic

MethodToken.Equals Method (Object)

Tests whether the given object is equal to this MethodToken object.

Namespace:  System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)
'Declaration
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean

Parameters

obj
Type: System.Object
The object to compare to this object.

Return Value

Type: System.Boolean
true if obj is an instance of MethodToken and is equal to this object; otherwise, false.

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.