Esempio n. 1
0
 /// <inheritdoc />
 public int CompareTo(IClassInfoCache other)
 {
     return(Comparer.Compare(this, other));
 }
Esempio n. 2
0
 /// <inheritdoc />
 public bool Equals(IClassInfoCache other)
 {
     return(Comparer.Equals(this, other));
 }