 | CUSERMETAiCompare Method |
Compare 2 USERMETA's
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iCompare(
CUSERMETA usermeta2
)
public int iCompare(
CUSERMETA usermeta2
)
Public Function iCompare (
usermeta2 As CUSERMETA
) As Integer
Public Function iCompare (
usermeta2 As CUSERMETA
) As Integer
public:
int iCompare(
CUSERMETA^ usermeta2
)
public:
int iCompare(
CUSERMETA^ usermeta2
)
member iCompare :
usermeta2 : CUSERMETA -> int
member iCompare :
usermeta2 : CUSERMETA -> int
Parameters
- usermeta2
- Type: GeoEngine.Core.GXNetXCUSERMETA
Second UERMETA
Return Value
Type:
Int32
0 - No
1 - Yes
See Also