/// <summary> /// Checks if position on chessboard are the same /// </summary> public bool IsEquivalentTo(TrackingState other) { return(TrackingState.IsEquivalent(this, other)); }
public KinectUpdateMessage(TrackingState trackingStateOfGame) { TrackingStateOfGame = trackingStateOfGame; }