Click or drag to resize

ColorRGBAEquals Method (ColorRGBA)

Determines whether the specified ColorRGBA has the same values as the present color.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool Equals(
	ColorRGBA other
)

Parameters

other
Type: Rhino.DisplayColorRGBA
The specified color.

Return Value

Type: Boolean
true if color has the same channel values as this; otherwise false.

Implements

IEquatableTEquals(T)
See Also