StructEquals
Method Signature
StructEquals(struct1=[structloose], struct2=[structloose])Arguments
Argument
Type
Required
Description
Default
Examples
Append options to config struct (without overwrite flag)
config1 = {
A : 0,
B : 0
};
config2 = {
A : 0,
B : 1
};
writeOutput( structEquals( config1, config2 ) );
Related
Last updated
Was this helpful?
