Click or drag to resize
MethodInfoInequality Operator
Indicates whether two MethodInfo objects are not equal.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static bool operator !=(
	MethodInfo left,
	MethodInfo right
)

Parameters

left
Type: System.ReflectionMethodInfo
The first object to compare.
right
Type: System.ReflectionMethodInfo
The second object to compare.

Return Value

Type: Boolean
true if left is not equal to right; otherwise, false.
See Also