Example #1
0
 public bool EqualsToIdentifier(object identifier)
 {
     return(CardId.Trim() == identifier as string);
 }