Method Equals
Equals(RemoteContentLocation)
Checks if the path to a remote file is equal to another.
Declaration
public bool Equals(RemoteContentLocation other)
Parameters
Type | Name | Description |
---|---|---|
RemoteContentLocation | other | The location to compare. |
Returns
Type | Description |
---|---|
bool | True if the paths are equal. |