TdxBaseObject.IsEqual(TdxBaseObject) Method
In This Article
Determines whether the specified object is of the TdxBaseObject type.
#Declaration
Delphi
function IsEqual(ABaseObject: TdxBaseObject): Boolean; virtual;
#Parameters
Name | Type |
---|---|
ABase |
Tdx |
#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