CODProperty::IsEqual
BOOLCODProperty::IsEqual(CODProperty*pProp)
Returns non-zero if the passed property object is of the same type as this one.
Defined in: OdProperty.cpp
Return Value
Non-zero indicates the properties are of the same type; zero otherwise.
Parameters
pProp
The property object this property is to be compared against.