Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

0b41b663 52ce 2245 f3e5 3a64a704e0ca

haplokuon edited this page May 6, 2023 · 1 revision

Equals(GVector) Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GVector.Equals(netDxf.GTE.GVector)"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool Equals(
	GVector other
)

VB

Public Function Equals ( 
	other As GVector
) As Boolean

C++

public:
virtual bool Equals(
	GVector^ other
) sealed

F#

abstract Equals : 
        other : GVector -> bool 
override Equals : 
        other : GVector -> bool 

Parameters

  GVector
\[Missing <param name="other"/> documentation for "M:netDxf.GTE.GVector.Equals(netDxf.GTE.GVector)"\]

Return Value

Boolean
[Missing <returns> documentation for "M:netDxf.GTE.GVector.Equals(netDxf.GTE.GVector)"]

Implements

IEquatable(T).Equals(T)

See Also

Reference

GVector Class
Equals Overload
netDxf.GTE Namespace

Clone this wiki locally