Keyoti SearchUnit API Docs
Compare Method (x, y)
API DocumentationKeyoti.SearchEngine.UtilsUriComparerCompare(Object, Object)
Keyoti SearchUnit v6
Compare 2 Uris
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int Compare(
	Object x,
	Object y
)
public int Compare(
	Object x,
	Object y
)
Public Function Compare ( 
	x As Object,
	y As Object
) As Integer
Public Function Compare ( 
	x As Object,
	y As Object
) As Integer
public:
virtual int Compare(
	Object^ x, 
	Object^ y
) sealed
public:
virtual int Compare(
	Object^ x, 
	Object^ y
) sealed
abstract Compare : 
        x : Object * 
        y : Object -> int 
override Compare : 
        x : Object * 
        y : Object -> int 
abstract Compare : 
        x : Object * 
        y : Object -> int 
override Compare : 
        x : Object * 
        y : Object -> int 
Parameters
x (Object)
y (Object)
Return Value
Remarks
For speed, does not check type of x and y

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120