Operator operator ==
operator ==(XRTextureDescriptor, XRTextureDescriptor)
Tests for equality. 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 |
|