PeerContact.GetHashCode Method

Definition

Returns the hash code for a PeerContact instance.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Returns

A 32-bit signed integer hash code.

Exceptions

The PeerContact object has been disposed.

Remarks

This hash code value is used to programmatically compare instances of this type.

Applies to

See also