Enum
constraint Enumimport Enum from Wax;Value equality, ordering, hashing, and text operations supplied by enumeration types.
Members
GetHashCodemethod
public fn GetHashCode() : uint32Returns a hash consistent with value equality.
ToStringmethod
public fn ToString() : stringReturns the value's text representation.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Appends the text representation and returns the number of UTF-8 bytes appended.
Equalsmethod
public fn Equals(this other) : boolTests value equality.
CompareTomethod
public fn CompareTo(this other) : int32Returns negative, zero, or positive for less, equal, or greater.