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

Equals

Tests for equality.

Declaration

public bool Equals(XRVps2AnchorPayload other)

Summary

Tests for equality.

Returns

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

Parameters

NameTypeSummary
otherXRVps2AnchorPayload
The other XRVps2AnchorPayload to compare against.

Overload

public override bool Equals(object obj)

Summary

Tests for equality.

Returns

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

Parameters

NameTypeSummary
otherXRVps2AnchorPayload
The other XRVps2AnchorPayload to compare against.