Category Creo Parametric fundamentals, Object ProVerstamp

Function ProVerstampEqual


Description
Compares two version stamps.
Synopsis
#include <ProVerstamp.h>
ProBooleanProVerstampEqual(
ProWVerstamp stamp1
/* (In)
The first version stamp
*/
ProWVerstamp stamp2
/* (In)
The second version stamp
*/
)
Returns
PRO_B_TRUEThe two stamps are equal.
PRO_B_FALSEThe two stamps are not equal.

Manual References:

  1. Core: Models and Model Items: Version Stamps

Sample Code References:

  1. pt_examples ( TestExtobj.c )