Stl.IO.FilePath.Equals(Stl.IO.FilePath)

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

1 Examples 7

19 Source : FilePath.cs
with MIT License
from servicetitan

public override bool Equals(object? obj) => obj is FilePath other && Equals(other);