コード例 #1
0
ファイル: MockSetup.cs プロジェクト: weitzhandler/moq
 /// <inheritdoc />
 public bool Equals(IMockSetup other)
 => other != null && Invocation.Equals(other.Invocation) && Matchers.SequenceEqual(other.Matchers);