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
)
Public Function Equals (
other As AciColor
) As Boolean
public:
virtual bool Equals(
AciColor^ other
) sealed
abstract Equals :
other : AciColor -> bool
override Equals :
other : AciColor -> bool
METHOD Equals(
other AS AciColor
) AS LOGIC
Parameters
- other
- Type: DXFReaderNETAciColor
Another color to compare to.
Return Value
Type:
BooleanTrue if the three components are equal or false in any other case.
Implements
IEquatableTEquals(T)See Also