Click or drag to resize

HistogramAxisFormat Equals Method

Check for the equals an object

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

Return Value

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