API Reference > Functions > SDAI > sdaiIsEqual Function
sdaiIsEqual Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiIsEqual(SdaiInstance instance1, SdaiInstance instance2);

sdai.h

Parameters 
Description 
SdaiInstance instance1 
[in] The first instance in the comparison.  
SdaiInstance instance2 
[in] The second instance in the comparison.  

The sdaiTRUE value if specified SDAI instancies are equal; otherwise, the function returns the sdaiFALSE value.

The Is Equal function determines whether two specified SDAI instancies are identical or not.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.