GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
AddRef
Compare
GetClassInfo
GetDomain
GetId
GetLastError
GetLock
GetNextSame
GetObject
IsDirty
IsOfType
LoadData
NeedsUpdate
Release
StoreData
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup
WObject::Compare
Compares the ID of two WObjects.
Syntax
int
Compare(
[in]
const
WObject&
p_Right
)
const
;
Parameter
p_Right
[in]
Type:
const WObject&
The other object used for comparison.
Return value
Zero if the objects have the same ID, < 0 if this WObjects ID is less than the ID of p_Right, or > 0 if this WObjects ID is greater than the ID of p_Right.
© 2022 Mobiland AG