FieldInfo::Inequality Operator (FieldInfo^, FieldInfo^)

.NET Framework (current version)
 

Indicates whether two FieldInfo objects are not equal.

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

public:
static bool operator !=(
	FieldInfo^ left,
	FieldInfo^ right
)

Parameters

left
Type: System.Reflection::FieldInfo^

The first object to compare.

right
Type: System.Reflection::FieldInfo^

The second object to compare.

Return Value

Type: System::Boolean

true if left is not equal to right; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: