NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

KeysConverter.Compare

IComparer for two Keys values.

[Visual Basic]
Overridable Public Function Compare( _
   ByVal a As Object, _
   ByVal b As Object _
) As Integer
[C#]
public virtual int Compare(
   object a,
   object b
);
[C++]
public: virtual int Compare(
   Object* a,
   Object* b
);
[JScript]
public function Compare(
   a : Object,
   b : Object
) : int;

Parameters

a
[To be supplied.]
b
[To be supplied.]

See Also

KeysConverter Class | KeysConverter Members | System.WinForms Namespace