Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
sdaiIsEqual Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiIsEqual(SdaiInstance instance1, SdaiInstance instance2);

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

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

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

File: sdai.h

Copyright © 2002-2022. Open Design Alliance All rights reserved.