Skip to main content

TdxBaseObject.IsEqual(TdxBaseObject) Method

Determines whether the specified object is of the TdxBaseObject type.

Declaration

function IsEqual(ABaseObject: TdxBaseObject): Boolean; virtual;

Parameters

Name Type
ABaseObject TdxBaseObject

Returns

Type
Boolean

Remarks

Use the IsEqual function to determine whether the ABaseObject is a TdxBaseObject class type. The IsEqual function returns True if the ABaseObject is a TdxBaseObject class type; False otherwise.

See Also