Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function SetContains(const Item: Cardinal; const aSet: Cardinal): Boolean; | |
| 2 | function SetContains(const Item: UInt64; const aSet: UInt64): Boolean; |
Overload 1: function SetContains(const Item: Cardinal; const aSet: Cardinal): Boolean;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Item | Cardinal | |
| 2 | aSet | Cardinal |
Returns: Boolean
Overload 2: function SetContains(const Item: UInt64; const aSet: UInt64): Boolean;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Item | UInt64 | |
| 2 | aSet | UInt64 |
Returns: Boolean