Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(JointType.GetHashCode() ^ Position.GetHashCode() ^ TrackingState.GetHashCode());
 }
Exemplo n.º 2
0
 public override int GetHashCode()
 {
     return(JointType.GetHashCode() ^ Orientation.GetHashCode());
 }