[]
Determines if the specified object is equal to this object.
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare this object to. |
| Type | Description |
|---|---|
| bool | True if the specified object is equal to this one. |
Determines if the specified Location is equal to this object.
public bool Equals(Location location)
| Type | Name | Description |
|---|---|---|
| Location | location | The object to compare this object to. |
| Type | Description |
|---|---|
| bool | True if the specified Location is equal to this one. |