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