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

ObjectId.Compare

Compares two ObjectIds.

Syntax

Int32 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.
© 2025 Mobiland AG