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