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
72377a9a 4c70 76ec c3ec 338a0d2660ff
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Check if the components of two transparencies are equal.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Equals(
Transparency other
)
VB
Public Function Equals (
other As Transparency
) As Boolean
C++
public:
virtual bool Equals(
Transparency^ other
) sealed
F#
abstract Equals :
other : Transparency -> bool
override Equals :
other : Transparency -> bool
- Transparency
- Another transparency to compare to.
Boolean
True if their indexes are equal or false in any other case.
IEquatable(T).Equals(T)