Example Matrix isIdentical 005
|
Notes and Hints When you use the setq function on a collection data type such as a
Matrix, a pointer to the data location (the object id) is copied to the
target container (target). Therefore, the source and target
container are pointing to the same data. The isIdentical function returns
true for the source and target containers in the setq function. However if the copy function was used, it produces a copy of the
Matrix (target) in a different memory location. Therefore, the isIdentical
function returns false for the source and target containers in the copy function.
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Here are examples of the isIdentical function at work.
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
compareEQ(#void) | isIdentical(#void) | comparison(#void) | isEqual(#void) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
Matrix
Boolean
Analytic Information Server (AIS)AIS Component Systems
|