[]
Returns a value that indicates whether two specified Border values are not equal.
public static bool operator !=(Border left, Border right)
Public Shared Operator <>(left As Border, right As Border) As Boolean
| Type | Name | Description |
|---|---|---|
| Border | left | The first value to compare. |
| Border | right | The second value to compare. |
| Type | Description |
|---|---|
| bool |
|