ServiceId.GetHashCode Method

Definition

Serves as a hash function for a particular type.

public:
 override int GetHashCode();
public override int GetHashCode ();
Public Overrides Function GetHashCode () As Integer

Returns

A hash code for the current System.Object.

Remarks

We don’t consider the change key in the hash code computation.

Applies to