MindFusion.Charting Programmer's Guide

SeriesCollection.Compare Method

See Also
 





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

values
The collection to compare.

 Return Value

true if values is identical to the current collection; otherwise false.

 See Also