Name | Description | |
---|---|---|
IsChildOf | Gets a value indicating whether this path is a child path of parentDirectory. | |
NotEquals | Returns true if obj is null, is not an IPath, or is an IPath representing a different path than this path (case insensitive). |
For a list of all members of this type, see IPath members.
Name | Description | |
---|---|---|
IsChildOf | Gets a value indicating whether this path is a child path of parentDirectory. | |
NotEquals | Returns true if obj is null, is not an IPath, or is an IPath representing a different path than this path (case insensitive). |
Name | Description | |
---|---|---|
EqualsNullSupported | Returns true if path and pathOther are both null, or if path.Equals(pathOther). | |
ToStringOrIfNullToEmptyString | Returns path.ToString() is path is null, else returns the empty string. |