CODLineProperties::IsEqual

BOOL CODLineProperties::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: OdLineProp.cpp

Return Value

Non-zero if the two properties are equal.

Parameters

pProp

A pointer to the property to test against.