[]
Compare the Line object to another System.Object and check if the two are equal.
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj | System.Object to compare with the Line object. |
| Type | Description |
|---|---|
| bool | Boolean type. Returns True if the two are equal. Otherwise it is False. |