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