Property IsValid
IsValid
A Hash128 is valid, only if at least one of its 128 bits has value 1.
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
bool | True if the Hash128 is valid, and False if the Hash128 is invalid (is all 0 bits). |