Click or drag to resize

ColorEquals(Color) Method

Determines whether the otherColor is equal to this Color instance.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Equals(
	Color other
)

Parameters

other  Color
The other color to compare with this color instance.

Return Value

Boolean
true if the otherColor is equal to this Color instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also