Ejemplo n.º 1
0
 public bool Equals(CorChain other) => !ReferenceEquals(other, null) && RawObject == other.RawObject;
Ejemplo n.º 2
0
 public bool Equals(CorChain other)
 {
     return(!ReferenceEquals(other, null) &&
            RawObject == other.RawObject);
 }