Click or drag to resize

AciColorEquals Method (AciColor)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Check if the components of two colors are equal.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Equals(
	AciColor other
)
Request Example View Source

Parameters

other
Type: netDxfAciColor
Another color to compare to.

Return Value

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

Implements

IEquatableTEquals(T)
See Also