Click or drag to resize

VGLogEntryComparerCompare Method (Object, Object)

Compares two objects and returns an indication of their relative values.

Namespace:  Novalys.VisualGuard.Security.Logging
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public int Compare(
	Object x,
	Object y
)

Parameters

x
Type: SystemObject
the first object to compare.
y
Type: SystemObject
the second object to compare.

Return Value

Type: Int32
Less than zero when x is less than y. Zero when x equals y. Greater than zero when x is greater than y.

Implements

IComparerCompare(Object, Object)
See Also