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

ObjectId.Compare

Compares two ObjectIds.

Syntax

int Compare(
ObjectId p_Right
);

Parameter

p_Right
Type: 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