Click or drag to resize

HistogramAxisFormat Equals Method

Check for the equals an object

Namespace: Spire.Xls.Core.Spreadsheet.Charts
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
input another histogram object

Return Value

Type: Boolean
the boolean value indicates whether the objects are equal or not.
See Also