Operator operator !=
operator !=(Property, Property)
Compare the two given operands for inequality.
Declaration
public static bool operator !=(Property a, Property b)
Parameters
| Type | Name | Description |
|---|---|---|
| Property | a | Left operand. |
| Property | b | Right operand. |
Returns
| Type | Description |
|---|---|
| bool | True if both operands have different property type or value. |
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | Thrown if the stored type isn't supported. |