Example #1
0
 public bool Equals(Parent other) =>
 First.Equals(other.First) &&
 Second.Equals(other.Second);