Click or drag to resize

XlsConditionalFormats Equals Method

A hash code for the current Object without taking cell list into account.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public override bool Equals(
	Object obj
)

Parameters

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

Return Value

Type: Boolean
See Also