Class EventHash
Represents the hash of an event's content.
public record EventHash : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<EventHash>
- Inheritance
-
EventHash
- Implements
- Inherited Members
Constructors
EventHash(string)
Represents the hash of an event's content.
public EventHash(string Value)
Parameters
ValuestringThe hash value.
Fields
NotSet
Gets the value when the hash is not set.
public static readonly EventHash NotSet
Field Value
Operators
implicit operator EventHash(string)
public static implicit operator EventHash(string value)
Parameters
valuestringValue to convert from.