TreeViewItemComparer.Compare Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD Compare(
x AS Object,
y AS Object
) AS LONG
public virtual int Compare(
Object x,
Object y
)
Request Example
View SourceParameters
- x
- Type: Object
- y
- Type: Object
Return Value
Type:
LongImplements
Compare(Object, Object)See Also