CODBoolProperty::IsEqual

BOOL CODBoolProperty::IsEqual(CODProperty* pProp)

Tests if this property is equal to the one passed in. This method takes a pointer to a property unlike operator==.

Defined in: OdBoolProp.cpp

Return Value

TRUE if the two properties are equal.

Parameters

pProp

A pointer to the property to test against.