NOTE: This method is now obsolete.



Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Function compare( _ 
   ByVal tbl As NetricsTable _ 
) As String
C#
string compare(
   NetricsTable tbl
)
C++
String compare(
   NetricsTable tbl
) abstract 
J#
string compare(
   NetricsTable tbl
)
JScript
function compare(
   tbl : NetricsTable
) : String

See Also