bool Equals(SnapshotStateStub other) { return(!ReferenceEquals(other, null) && Value.Equals(other.Value)); }
bool Equals(SnapshotStateStub other) { return !ReferenceEquals(other, null) && Value.Equals(other.Value); }