Method Equals
Equals(InstanceSample)
Compares this sample with another sample using exact field equality.
public bool Equals(InstanceSample other)
Parameters
otherInstanceSampleThe sample to compare against.
Returns
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.