[]
Compare the Border 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 Border object. |
Type | Description |
---|---|
bool | Boolean type. Returns True if the Border object is equal to System.Object. Otherwise it is False. |