Method Equals
Equals(TrajectoryFragment, float)
Determines whether a two trajectory fragments are equal.
Declaration
public bool Equals(Binary.TrajectoryFragment instance, float eps)
Parameters
| Type | Name | Description |
|---|---|---|
| Binary.TrajectoryFragment | instance | The trajectory fragment to compare against the current trajectory fragment. |
| float | eps | Tolerance value to indicate by how much the result can diverge before being considered unequal. |
Returns
| Type | Description |
|---|---|
| bool | True if the trajectory fragment passed as argument is equal to the current trajectory fragment; otherwise, false. |