コード例 #1
0
 public bool Equals(CorStepper other) => !ReferenceEquals(other, null) && RawObject == other.RawObject;
コード例 #2
0
 public bool Equals(CorStepper other)
 {
     return(!ReferenceEquals(other, null) &&
            RawObject == other.RawObject);
 }