Search
Vector.Equals Method (Vector)
See Also
 





Compare this vector with the specified vector for equality.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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.

 Return Value

true if the vectors are equal, or otherwise false.

 See Also