This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
fb1cea7d 9aad e003 e1b8 3d7b39624146
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Indicates whether this instance and a specified object are equal.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool Equals(
Object obj
)
VB
Public Overrides Function Equals (
obj As Object
) As Boolean
C++
public:
virtual bool Equals(
Object^ obj
) override
F#
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- Object
- Another object to compare to.
Boolean
True if obj and this instance are the same type and represent the same value; otherwise, false.