MindFusion WinForms Programmer's Guide
StringCollection.Compare Method
See Also
 





Compares a list to the current StringCollection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool Compare (
    IList values
)

Visual Basic  Copy Code

Public Function Compare( _
    values As IList _
) As Boolean

 Parameters

values
An object of type .NET IList, which is compared to the current collection.

 Return Value

true if the collections are equal; otherwise false.

 See Also

StringCollection Members
StringCollection Class
MindFusion.Charting Namespace