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