RuntimeFieldHandle.Equality 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 equal.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Shared Operator = ( _ left As RuntimeFieldHandle, _ right As RuntimeFieldHandle _ ) As Boolean
Parameters
- left
- Type: System.RuntimeFieldHandle
The RuntimeFieldHandle to compare to right.
- right
- Type: System.RuntimeFieldHandle
The RuntimeFieldHandle to compare to left.
Show: