LineFormat.GetHashCode

LineFormat.GetHashCode method

Gets the hash code.

public override int GetHashCode()

Examples


[C#]
int hashCode = lineFmt.GetHashCode();

See Also