MindFusion.Charting Programmer's Guide

LabelsCollection.Compare Method

See Also
 





Compares the contents of this collection with the contents of the specified list.

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
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