[]
Determines whether the specified LineDef object is equal to the current object. This method compares the property values on the objects.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
| Type | Description |
|---|---|
| bool | true if the specified object's properties are equal to the current one's, false otherwise. |