Table of Contents

Method Equals

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

Equals(PositionSample)

Compares this sample with another sample using exact field equality.

public bool Equals(PositionSample other)

Parameters

other PositionSample

The sample to compare against.

Returns

bool

true when both the validity flag and position match exactly; otherwise, false.

Remarks

This method performs direct float comparisons and does not apply any tolerance.