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