示例#1
0
 public bool Equals(ArrayType other)
 {
     return base.Equals(other)
         && ElementType.Equals(other.ElementType);
 }
示例#2
0
 public bool Equals(ArrayType other)
 {
     return(base.Equals(other) &&
            ElementType.Equals(other.ElementType));
 }