Equals Method (CharRangeList)
Determines whether the given
CharRangeList is equal to this one.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- CharRangeList to compare to this one.
Return Value
True if both objects contain the same members.