Example #1
0
 public override int GetHashCode()
 {
     return(JointType.GetHashCode() ^ Position.GetHashCode() ^ TrackingState.GetHashCode());
 }
Example #2
0
 public override int GetHashCode()
 {
     return(JointType.GetHashCode() ^ Orientation.GetHashCode());
 }