Operator Inequality
Inequality(FieldValue, FieldValue)
Determines whether two specified instances of
FieldValue are not equal.
Declaration
public static bool operator !=(FieldValue value1, FieldValue value2)
Parameters
| Type | Name | Description |
|---|---|---|
| FieldValue | value1 | The first instance to compare for
non-equality, or null.
|
| FieldValue | value2 | The second instance to compare for
non-equality, or null.
|
Returns
| Type | Description |
|---|---|
| Boolean | true if two instances are not equal, otherwise
false. |
Remarks
The equality is determined by
Equals(FieldValue).