예제 #1
0
 /// <inheritdoc />
 public bool Equals(IMockSetup other)
 => other != null && Invocation.Equals(other.Invocation) && Matchers.SequenceEqual(other.Matchers);