public bool Equals(WGuid other) { return(WrappedValue.Equals(other.WrappedValue)); }
public int CompareTo(WGuid other) { return(WrappedValue.CompareTo(other.WrappedValue)); }