Table of Contents

Method Equals

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

Equals(InstanceSample)

Compares this sample with another sample using exact field equality.

public bool Equals(InstanceSample other)

Parameters

other InstanceSample

The sample to compare against.

Returns

bool

true when all fields match exactly; otherwise, false.

Remarks

This method performs direct float comparisons with no tolerance, which is suitable for serialized or copied sample data but may be too strict for numerically unstable workflows.