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

acdedf95 b118 6aae b559 1c78ba96b9cb

haplokuon edited this page May 6, 2023 · 1 revision

Equals(AciColor) Method

netDxf 3.0.0 Library

Check if the components of two colors are equal.

Definition

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 

Parameters

  AciColor
Another color to compare to.

Return Value

Boolean
True if the three components are equal or false in any other case.

Implements

IEquatable(T).Equals(T)

See Also

Reference

AciColor Class
Equals Overload
netDxf Namespace

Clone this wiki locally