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 identifier in the comparison.  
SdaiInstance instance2 
[in] The second identifier in the comparison.  

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

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

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