Share via


HashCode.Inequality Operator

Overloads the inequality operator (!=) so that it can be used to test the inequality between two hash code values.

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    left As HashCode, _
    right As HashCode _
) As Boolean
'Usage
Dim left As HashCode
Dim right As HashCode
Dim returnValue As Boolean

returnValue = (left <> right)
public static bool operator !=(
    HashCode left,
    HashCode right
)

Parameters

Return Value

Type: System.Boolean
true if the values are not equal to each other; otherwise, false.

See Also

Reference

HashCode Class

HashCode Members

Microsoft.BusinessData.Infrastructure Namespace