Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
bool |
Overrides
Equals(PropertyPath)
Determines whether the current PropertyPath is equal to another.
Declaration
public bool Equals(PropertyPath other)
Parameters
Type | Name | Description |
---|---|---|
PropertyPath | other | Another PropertyPath. |
Returns
Type | Description |
---|---|
bool |
|