Click or drag to resize

AciColorEquals Method

Check if the components of two colors are equal.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Equals(
	AciColor other
)

Parameters

other
Type: DXFReaderNETAciColor
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