Skip to content

M_Rhino_Geometry_Vector2f_Equals_1

Will Pearson edited this page Aug 11, 2016 · 2 revisions

Vector2f.Equals Method (Object)

Determines whether the specified System.Object is a Vector2f and has the same values as the present vector.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)

Syntax

C#

public override bool Equals(
	Object obj
)

VB

Public Overrides Function Equals ( 
	obj As Object
) As Boolean

Parameters

 

obj
Type: System.Object
The specified object.

Return Value

Type: Boolean
true if obj is Vector2f and has the same coordinates as this; otherwise false.

See Also

Reference

Vector2f Structure
Equals Overload
Rhino.Geometry Namespace

Clone this wiki locally