%--------------------------------------------------------------------------
% CHAMELEM.eq
%--------------------------------------------------------------------------
% Logical test to test if two CHAMELEM objects are equal to each other or
% not.
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
LOG1 = eq(CHAM1,CHAM2)
LOG1 = CHAM1 == CHAM2
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% CHAMELEM.eq allows to test the equality of two CHAMELEM objects
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% CHAM1 : CHAMELEM object
% CHAM2 : CHAMELEM object
%--------------------------------------------------------------------------
% Output arguments
%--------------------------------------------------------------------------
% LOG1 : logic value
%--------------------------------------------------------------------------
% Example
%--------------------------------------------------------------------------
MA1
MA1 =
CHAMELEM with properties:
model: [1x1 MODEL]
cham_val: [1x2 struct]
MA2
MA2 =
CHAMELEM with properties:
model: [1x1 MODEL]
cham_val: [1x1 struct]
MA1 == MA2
ans =
0