This documentation is for the old version. Go to the latest Graphics Mill docs

RgbColor.Equals Method

Compares this RgbColor with specified object.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
C#
public override bool Equals(
	Object obj
)

Parameters

obj

Type: System.Object

The Object to compare with the current RgbColor. If actual type of this argument is other than RgbColor, exception will be raised.

Return Value

Value specifying if given object represents the same color value as this RgbColor.

See Also

Reference