sdaiIsEqual

...

Syntax

//
//   Strong typing definition
//
bool            sdaiIsEqual(
                        SdaiInstance            instanceI,
                        SdaiInstance            instanceII
                    );


//
//   Weak typing definition
//
bool    __declspec(dllexport) __stdcall   sdaiIsEqual(
                                                                        int_t                   instanceI,
                                                                        int_t                   instanceII
                                                                    );
    

Property instanceI

Size: 32 bit / 4 byte (value)
???.

Property instanceII

Size: 32 bit / 4 byte (value)
???.