Skip to main content
API Reference NianticSpatial.NSDK.AR.XRSubsystems XRVps2Anchor

Equals

Tests for equality.

Declaration

public bool Equals(XRVps2Anchor other)

Summary

Tests for equality.

Returns

True if every field in other is equal to this XRVps2Anchor, otherwise false.

Parameters

NameTypeSummary
otherXRVps2Anchor
The other XRVps2Anchor to compare against.

Overload

public override bool Equals(object obj)

Summary

Tests for equality.

Returns

True if obj is of type XRVps2Anchor and
Equals also returns true; otherwise false.

Parameters

NameTypeSummary
otherXRVps2Anchor
The other XRVps2Anchor to compare against.