Outracks.IO.RelativeDirectoryPath.Equals(Outracks.IO.RelativeDirectoryPath)

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

1 Examples 7

19 Source : RelativeDirectoryPath.cs
with MIT License
from fuse-open

public override bool Equals(object obj)
		{
			var other = obj as RelativeDirectoryPath;
			return other != null && Equals(other);
		}