
Replacement in Object TOOLKIT: |

ProLayerRuleMatch | |
( ProMdl CurrentModel /* (In) The current model for comparison. */ ProName LayerName /* (In) The name of an existing layer in both models. */ ProMdl ReferenceModel /* (In) The reference model for comparison. */ ProBoolean* p_match /* (Out) The result of the comparison. PRO_B_TRUE if a match, otherwise PRO_B_FALSE. Must not be NULL. */ ) |

The function successfully compared the rules. | |
Model is in read-only state. | |
CurrentModel, ReferenceModel or p_match is NULL. | |
CurrentModel or ReferenceModel is not a handle to a model. | |
Layer LayerName does not exist in one or both models. |

