Method plist/isequal
ISEQUAL overloads the isequal operator for ltpda plist objects.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: ISEQUAL overloads the isequal operator for ltpda plist objects.
Two plists are considered equal if each has the same name,
created time, version, creator and parameter objects. The
order of the param-objects doesn't matter.
CALL: result = isequal(u1,u2)
With a PLIST
r = isequal(obj1, obj2, plist('Exceptions', {'prop1', 'prop2'}))
r = isequal(obj1, obj2, plist('Tol', eps(1)))
r = isequal(obj1, obj2, plist('Exceptions', 'prop', 'Tol', 1e-14))
INPUTS: pl1, pl2 - Input objects
OUTPUTS: If the two objects are considered equal, result == true,
otherwise, result == false.
Parameters Description
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
plist |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
EXCEPTIONS |
{} [0x0] |
none |
Test the objects without the given property names |
TOL |
2.2204460492503131e-16 |
none |
Test double values with the given tolerance |
back to top
Some information of the method plist/isequal are listed below: |
Class name |
plist |
Method name |
isequal |
Category |
Relational Operator |
Package name |
ltpda |
VCS Version |
3542afe99dea25c636b7ac3b82a9f6f8be9d447d |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: plist/eq |
|
Method: plist/ne |
 |
©LTP Team