Method Equals
Equals(string, string)
Declaration
public static bool Equals(string path, string otherPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | |
| string | otherPath |
Returns
| Type | Description |
|---|---|
| bool |
Equals(OSPath)
Declaration
public virtual bool Equals(OSPath other)
Parameters
| Type | Name | Description |
|---|---|---|
| OSPath | other |
Returns
| Type | Description |
|---|---|
| bool |
Implements
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |