Click or drag to resize

CellRange Equals Method (Object)

Indicates whether the specified Object is equal to this instance.

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
The Object to compare with this instance.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false .
Exceptions
Exception Condition
NullReferenceException The obj parameter is null.
See Also