[]
Determines whether two object instances equals or not.
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 CharBoxBorder. |
Type | Description |
---|---|
bool | The method returns true if obj is a CharBoxBorder object and it's Left, and Right, Top,Border properties are equal to the corresponding properties of this CharBoxBorder structure; otherwise, false. |