Operator operator !=
operator !=(XRTextureDescriptor, XRTextureDescriptor)
Tests for inequality. Same as !Equals(XRTextureDescriptor).
Declaration
public static bool operator !=(XRTextureDescriptor lhs, XRTextureDescriptor rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| XRTextureDescriptor | lhs | The left-hand side of the comparison. |
| XRTextureDescriptor | rhs | The right-hand side of the comparison. |
Returns
| Type | Description |
|---|---|
| bool |
|