Compares the current SeriesCollection to another collection.
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 values is identical to the current collection; otherwise false.
See Also
|