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 411
acdedf95 b118 6aae b559 1c78ba96b9cb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Check if the components of two colors are equal.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Equals(
AciColor other
)
VB
Public Function Equals (
other As AciColor
) As Boolean
C++
public:
virtual bool Equals(
AciColor^ other
) sealed
F#
abstract Equals :
other : AciColor -> bool
override Equals :
other : AciColor -> bool
- AciColor
- Another color to compare to.
Boolean
True if the three components are equal or false in any other case.
IEquatable(T).Equals(T)