Example #1
0
 public virtual bool Equals(IReturnType other)
 {
     if (other == null)
     {
         return(false);
     }
     return(other.IsDefaultReturnType && DefaultReturnType.Equals(this, other));
 }
Example #2
0
 public override int GetHashCode()
 {
     return(DefaultReturnType.GetHashCode(this));
 }