Inequality Operator
Collapse the table of content
Expand the table of content

RuntimeFieldHandle.Inequality Operator

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Indicates whether two RuntimeFieldHandle structures are not equal.

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

public static bool operator !=(
	RuntimeFieldHandle left,
	RuntimeFieldHandle right
)

Parameters

left
Type: System.RuntimeFieldHandle
The RuntimeFieldHandle to compare to right.
right
Type: System.RuntimeFieldHandle
The RuntimeFieldHandle to compare to left.

Return Value

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

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft