Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Boolean IsEqual(TMtxVecInt Vec) | Compares all Vec elements with calling object elements and checks also Length and IntPrecision properties, if they match. |
| └ indexed: Boolean IsEqual(TMtxVecInt Vec, Int32 VecIndex, Int32 Index, Int32 Len) | ||
| 2 | Boolean IsEqual(Int32 Value) | Compares Value with all calling object elements. |
| └ indexed: Boolean IsEqual(Int32 Value, Int32 Index, Int32 Len) |
Overload 1: Boolean IsEqual(TMtxVecInt Vec)
Compares all Vec elements with calling object elements and checks also Length and IntPrecision properties, if they match.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TMtxVecInt | source TVecInt or TMtxInt |
Returns: Boolean
Indexed: Boolean IsEqual(TMtxVecInt Vec, Int32 VecIndex, Int32 Index, Int32 Len)
Compares Vec elements [VecIndex]..[VecIndex+Len-1] with calling object elements [Index]..[Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | VecIndex | Int32 | |
| 3 | Index | Int32 | start index |
| 4 | Len | Int32 | element count |
Returns: Boolean
Overload 2: Boolean IsEqual(Int32 Value)
Compares Value with all calling object elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | Int32 |
Returns: Boolean
Indexed: Boolean IsEqual(Int32 Value, Int32 Index, Int32 Len)
Compares Value with all calling object elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | Int32 | |
| 2 | Index | Int32 | start index |
| 3 | Len | Int32 | element count |
Returns: Boolean