SessionChangeDescription.GetHashCode Method

Definition

Gets a hash code for the current session change description.

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

Returns

A hash code for the current session change description.

Remarks

The returned hash code is calculated from the values of the Reason and SessionId properties. The hash code should not be used to compare SessionChangeDescription instances.

Applies to