Equals Method (BorderEdges)
In This Topic
Returns true if the colors are the same for all edges.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- BorderEdges to compare to this object.
Return Value
True if the colors are the same for all edges.
See Also