M_Rhino_Geometry_Vector3f_Equals - mcneel/rhinocommon-api-docs GitHub Wiki

Vector3f.Equals Method (Vector3f)

Determines whether the specified vector has the same values as the present vector.

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

Syntax

C#

public bool Equals(
	Vector3f vector
)

VB

Public Function Equals ( 
	vector As Vector3f
) As Boolean

Parameters

 

vector
Type: Rhino.Geometry.Vector3f
The specified vector.

Return Value

Type: Boolean
true if vector has the same components as this; otherwise false.

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Vector3f Structure
Equals Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️