ChessApplication.ChessBoard.DrawMoveRepetition Function
Determine if the 3 repetetiv states/moves rule are applicable.

Public bool DrawMoveRepetition (System.Collections.Stack)
  Type Name Description  
    System.Collections.Stack boardHistory A stack of array of the previous boards  
  Return Description  
    bool Returns true if the rule is fullfilled

 
Other overloads:
ChessApplication.ChessBoard.DrawMoveRepetition(ChessBoard[],2) ChessApplication.ChessBoard.DrawMoveRepetition(ChessBoard[])