RootProfilePropertySettingsCollection.GetHashCode Method

Definition

Generates a hash code for the collection.

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

Returns

Unique integer hash code for the current object.

Remarks

Override of base class method.

Applies to

See also