public override int GetHashCode()
 => ClassificationName.GetHashCode() ^ Text.GetHashCode();
예제 #2
0
 public override int GetHashCode()
 {
     return(ClassificationName.GetHashCode() ^ Text.GetHashCode());
 }