Operator operator ==
operator ==(Cinfo, Cinfo)
Tests for equality.
Declaration
public static bool operator ==(XRSessionSubsystemDescriptor.Cinfo lhs, XRSessionSubsystemDescriptor.Cinfo rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| XRSessionSubsystemDescriptor.Cinfo | lhs | The left-hand side of the comparison. |
| XRSessionSubsystemDescriptor.Cinfo | rhs | The right-hand side of the comparison. |
Returns
| Type | Description |
|---|---|
| bool |
|