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

4b71a7d3 df30 0cd6 dbca 0ba96b0dc922

haplokuon edited this page May 6, 2023 · 1 revision

Equals(Object) Method

netDxf 3.0.0 Library

Indicates whether this instance and a specified object are equal.

Definition

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

C#

public override bool Equals(
	Object other
)

VB

Public Overrides Function Equals ( 
	other As Object
) As Boolean

C++

public:
virtual bool Equals(
	Object^ other
) override

F#

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

Parameters

  Object
Another object to compare to.

Return Value

Boolean
True if obj and this instance are the same type and represent the same value; otherwise, false.

See Also

Reference

Vector4 Structure
Equals Overload
netDxf Namespace

Clone this wiki locally