Click or drag to resize

Shading Equals Method

Determines whether the specified Object , is equal to this instance.

Namespace: Spire.Doc.Fields.Shapes
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System Object
The Object to compare with this instance.

Return Value

Type: Boolean
See Also