RuntimeMethodHandle.Equality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether two instances of RuntimeMethodHandle are equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
- Type: System.RuntimeMethodHandle
A RuntimeMethodHandle to compare to right.
- right
- Type: System.RuntimeMethodHandle
A RuntimeMethodHandle to compare to left.
Return Value
Type: System.Booleantrue if the value of left is equal to the value of right; otherwise, false.
Show: