Return true if the specified lhs and rhs do note have the same value, and false otherwise.

Synopsis

Declared in <balcl_commandline.h>

bool
operator!=(
    CommandLine_SchemaData const& lhs,
    CommandLine_SchemaData const& rhs);

Description

Two CommandLine_SchemaData objects do not have the same value if their type attributes are not the same or if their name attributes do not compare equal.

Return Value

true if lhs and rhs do not have the same value, and false otherwise

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs