sds_name_equal

int sds_name_equal (sds_name name1; sds_name name2);


Determine whether these two entity names or selection sets are equal.


This function checks whether two entity names or two selection sets are the same.

The argument name1 is the name of one entity or selection set, while name2 is the name of the other entity or selection set.

Value Returns
0 False
non-zero True

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)