GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Connection
IInstance
ISystemCallback
Memory
ObjectId
Compare
Parse
ToString
Thread
Data interfaces
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup

ObjectId::Compare

Compares two ObjectIds.

Syntax

int Compare(
[in] const ObjectId& p_Right
) const;

Parameter

p_Right [in]
Type: const ObjectId&
The other ObjectId used for comparison.

Return value

Zero if the ObjectIds have the same value, < 0 if this ObjectId is less than p_Right, or > 0 if this ObjectId is greater than p_Right.
© 2022 Mobiland AG