Moq.Sdk.NotMatcher.Equals(Moq.Sdk.NotMatcher)

Here are the examples of the csharp api Moq.Sdk.NotMatcher.Equals(Moq.Sdk.NotMatcher) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : NotMatcher.cs
with MIT License
from moq

public override bool Equals(object obj) => obj is NotMatcher<T> matcher && Equals(matcher);