Click or drag to resize

VGLogEntryComparerCompare Method (VGLogEntry, VGLogEntry)

Compares two log entries 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(
	VGLogEntry x,
	VGLogEntry y
)

Parameters

x
Type: Novalys.VisualGuard.Security.LoggingVGLogEntry
the first entry to compare.
y
Type: Novalys.VisualGuard.Security.LoggingVGLogEntry
the second entry 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

IComparerTCompare(T, T)
See Also