Пример #1
0
 private bool Equals(KnownType other)
 {
     if (ReferenceEquals(null, other)) return false;
     if (ReferenceEquals(this, other)) return true;
     return Equals(other.typeInfo, typeInfo);
 }