FileLinePositionSpan.GetHashCode Method

Definition

Serves as a hash function for FileLinePositionSpan.

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

Returns

The hash code.

Remarks

The path is treated as an opaque string, i.e. a case-sensitive hash is calculated.

Applies to