Search
Vector.Equals Method (Vector)
See Also
 






Determines if specified vector is equal to this one.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public new bool Equals (
    Vector value
)

Visual Basic  Copy Code

Public Shadows Function Equals( _
    value As Vector _
) As Boolean

 Parameters

value

The vector to compare with this one.

 Return Value

true if vectors are equal, or false otherwise.

 See Also