[]
Determines whether two object instances are equal.
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 Line. |
Type | Description |
---|---|
bool | This method returns true if obj is a Line object and it's Color and Style properties are equal to the corresponding properties of this Line structure; otherwise, false. |