Operator operator !=
operator !=(PropertyDefinition, PropertyDefinition)
Tells whether two property definitions are different.
Declaration
public static bool operator !=(PropertyDefinition inPropertyDefinition1, PropertyDefinition inPropertyDefinition2)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyDefinition | inPropertyDefinition1 | First property definition. |
| PropertyDefinition | inPropertyDefinition2 | Second property definition. |
Returns
| Type | Description |
|---|---|
| bool | Property definitions are different. |