CODFillProperties::IsEqual

BOOL CODFillProperties::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: OdFillProp.cpp

Return Value

Non-zero if the two properties are equal.

Parameters

pProp

A pointer to the property to test against.