The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



CompareWith


Unit:SDL_cstruct
Class:TCTab
Declaration:function CompareWith (CTabSource: TCTab): word;

The function CompareWith compares the current structure with another structure CTabSource and returns a code which indicates which of the following items do not match:

$0000 no difference, the two structures match
$0001 number of atoms in the structures
$0002 name of the structure
$0004 type of coordinates
$0008 CAS number
$0010 atomic numbers
$0020 atomic weights
$0040 atom flags
$0080 atom attributes
$0100 charge
$0200 x coordinates
$0400 y coordinates
$0800 z coordinates
$1000 AtConnTo
$2000 AtTypConn


Last Update: 2023-Dec-13