<-- Previous || Up || Next -->

Compare Property
List Class

Public Property Get Compare( _
    ) As VbCompareMethod

Get the current value of the Compare property.
Specifies the type of comparisons used to determine if String Values match.

Example:
    Assuming
       Dim lstTemp As New List
    leaves
       lstTemp.Compare = vbBinaryCompare
See also:
    vbBinaryCompare Property, et. al.
    dbSortArabic Property, et. al.

Public Property Let Compare( _
    ByVal vCompare As VbCompareMethod _
    )

Set the current value of the Compare property.

vCompare: Type of comparisons used to determine if String Values match. Should be vbBinaryCompare, vbTextCompare, or one Sort Order constants like dbSortArabic.
Note: The Compare Property defaults to Binary comparisons when new instances of this Class are created.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.