Method Equals
Equals(PoseFragment, float)
Determines whether two pose fragments are equal.
Declaration
public bool Equals(Binary.PoseFragment instance, float eps)
Parameters
Type | Name | Description |
---|---|---|
Binary.PoseFragment | instance | The pose fragment to compare against the current pose 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 pose fragment passed as argument is equal to the current pose fragment; otherwise, false. |