C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Reflection
MethodInfo Class
MethodInfo Operators
Equality Operator
Inequality Operator
MethodInfo
Equality Operator
Indicates whether two
MethodInfo
objects are equal.
Namespace:
System.Reflection
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
static
bool
operator
==
(
MethodInfo
left
,
MethodInfo
right
)
Parameters
left
Type:
System.Reflection
MethodInfo
The first object to compare.
right
Type:
System.Reflection
MethodInfo
The second object to compare.
Return Value
Type:
Boolean
true if
left
is equal to
right
; otherwise, false.
See Also
Reference
MethodInfo Class
System.Reflection Namespace