Home
last modified time | relevance | path

Searched refs:otherProperty (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp186 Property* otherProperty = other.PropertyAtFast(i); in ContainsSameProperties() local
187 if (ownProperty->Identifier() != otherProperty->Identifier()) { in ContainsSameProperties()