示例#1
0
 /// <summary>
 /// Compare content of the answer
 /// </summary>
 /// <param name="other"> other answer content</param>
 public bool Equals(Answer other)
 {
     return(AssessmentConfiguration.Instance.IsDataMatching(Data(), other.Data()));
 }
示例#2
0
 public static int GetTicket(this Answer answ)
 {
     return(answ.gameObject.GetComponent <SortingTicket>().number);
 }