Returns a hash code for the specified object.

Namespace: ININ.IceLib.Statistics.Alerts
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public int GetHashCode(
	AlertRule obj
)
Visual Basic
Public Function GetHashCode ( _
	obj As AlertRule _
) As Integer

Parameters

obj
Type: ININ.IceLib.Statistics.Alerts..::..AlertRule
The Object for which a hash code is to be returned.

Return Value

A hash code for the specified object.

Implements

IEqualityComparer<(Of <(<'T>)>)>..::..GetHashCode(T)

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe type of obj is a reference type and obj is null.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also