ContentUser.GetHashCode Method

Definition

Returns a computed hash code based on the user Name and AuthenticationType.

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

Returns

A hash code computed from the user Name and AuthenticationType.

Applies to