Microsoft.Health.Extensions.Xunit.SingleFlag.Equals(Microsoft.Health.Extensions.Xunit.SingleFlag)

Here are the examples of the csharp api Microsoft.Health.Extensions.Xunit.SingleFlag.Equals(Microsoft.Health.Extensions.Xunit.SingleFlag) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : SingleFlag.cs
with MIT License
from microsoft

public override bool Equals(object obj)
        {
            return obj is SingleFlag sfe && Equals(sfe);
        }