Compare two collections

saf_same_collections is a function defined in coll.c.

Synopsis:

hbool_t saf_same_collections(SAF_Set *Sa, SAF_Cat *Ca, SAF_Set *Sb, SAF_Cat *Cb)

Formal Arguments:

  • Sa: The set component of the first or left operand of the equality comparison operator.
  • Ca: The category component of the first or left operand of the equality comparison operator.
  • Sb: The set component of the second or right operand of the equality comparison operator.
  • Cb: The category component of the second or right operand of the equality comparison operator.

Description: Compare two given collections for equality. Note that each collection is specified as a set-category pair. These pairs are equal if they have “the same” sets and “the same” categories.

Parallel Notes: Independent

See Also: