Category
Creo Parametric fundamentals
, Object
ProVerstamp
Function ProVerstampEqual
Description
Compares two version stamps.
Synopsis
#include <
ProVerstamp.h
>
ProBoolean
ProVerstampEqual
(
ProWVerstamp
stamp1
/* (In)
The first version stamp
*/
ProWVerstamp
stamp2
/* (In)
The second version stamp
*/
)
Returns
PRO_B_TRUE
The two stamps are equal.
PRO_B_FALSE
The two stamps are not equal.
Manual References:
Core: Models and Model Items: Version Stamps
Sample Code References:
pt_examples ( TestExtobj.c )