示例#1
0
        private bool Equals(string other)
        {
            var c4str = new C4String(other);

            return(Equals(c4str.AsC4Slice()));
        }