예제 #1
0
 protected bool Equals(TitleCrew other) => TConst == other.TConst && Directors.SequenceEqual(other.Directors) &&
 Writers.SequenceEqual(other.Writers);