Skip to main content

TdxBreadcrumbEditNode.Compare(string) Method

Compares two nodes by names without case sensitivity.

Declaration

function Compare(const AName: string): Boolean; virtual;

Parameters

Name Type
AName string

Returns

Type
Boolean

Remarks

This function compares AName with one of the following strings:

The Compare function is not affected by locale settings and returns True if both strings are equal.

See Also