public bool Equals(CorStepper other) => !ReferenceEquals(other, null) && RawObject == other.RawObject;
public bool Equals(CorStepper other) { return(!ReferenceEquals(other, null) && RawObject == other.RawObject); }