Equality Operator
Collapse the table of content
Expand the table of content

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.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

public static bool operator ==(
	RuntimeMethodHandle left,
	RuntimeMethodHandle right
)

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.Boolean
true if the value of left is equal to the value of right; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft