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