public bool Equals(NonNullableType other)
 {
     return(identity == other.identity);
 }
 public bool Equals(NonNullableType other)
 {
     return identity == other.identity;
 }
Пример #3
0
 /// <summary>
 /// Implements the constructor: NonNullableType()
 /// Direct superclasses: global::MetaDslx.Soal.SoalType
 /// All superclasses: global::MetaDslx.Soal.SoalType
 /// </summary>
 public virtual void NonNullableType(NonNullableType @this)
 {
     this.SoalType(@this);
 }