Click or drag to resize

ColorFormat Equals Method

Indicates whether the two ColorFormat instances are equal.

Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System Object
The ColorFormat to compare with the current ColorFormat.

Return Value

Type: Boolean
true if the specified ColorFormat is equal to the current ColorFormat; otherwise, false .
See Also