public override int GetHashCode() { return(JointType.GetHashCode() ^ Position.GetHashCode() ^ TrackingState.GetHashCode()); }
public override int GetHashCode() { return(JointType.GetHashCode() ^ Orientation.GetHashCode()); }