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: 64 bit / 8 byte (value)
???.

Property instanceII

Size: 64 bit / 8 byte (value)
???.