Method Equals
Equals(object)
Tests for equality.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The |
Returns
Type | Description |
---|---|
bool |
|
Overrides
Equals(Cinfo)
Tests for equality.
Declaration
public bool Equals(XRReferencePointSubsystemDescriptor.Cinfo other)
Parameters
Type | Name | Description |
---|---|---|
XRReferencePointSubsystemDescriptor.Cinfo | other | The other XRReferencePointSubsystemDescriptor.Cinfo to compare against. |
Returns
Type | Description |
---|---|
bool |
|