[]
Implements the operator !=.
public static bool operator !=(ConditionalFormattingValue v1, ConditionalFormattingValue v2)
Public Shared Operator <>(v1 As ConditionalFormattingValue, v2 As ConditionalFormattingValue) As Boolean
| Type | Name | Description |
|---|---|---|
| ConditionalFormattingValue | v1 | The first value. |
| ConditionalFormattingValue | v2 | The second value. |
| Type | Description |
|---|---|
| bool | The result of the operator. |