Beispiel #1
0
 /// <summary>
 /// 判断是否相等
 /// </summary>
 /// <param name="other">待匹配数据</param>
 /// <returns>是否相等</returns>
 public unsafe bool Equals(HeaderName other)
 {
     return(Name.equalCase(ref other.Name));
 }