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 |
JavaScript
Copy Code
|
function Compare (values) |
Parameters
Return Value
true if the collections are equal; otherwise false.
See Also
|