Click or drag to resize

FieldType Equals Method

Checks if this field is equal to another.

Namespace: Spire.Presentation
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
Field to compare.

Return Value

Type: Boolean
True if fields are equal.
See Also