示例#1
0
 /// <summary>
 /// Does this type reference point to the same type as the given other reference?
 /// </summary>
 public virtual bool IsSame(XTypeReference other, bool ignoreSign = false)
 {
     return(ToCompareReference().IsSameX(other.ToCompareReference(), ignoreSign));
 }
示例#2
0
 /// <summary>
 /// Does this type reference point to the same type as the given other reference?
 /// </summary>
 public virtual bool IsSame(XTypeReference other, bool ignoreSign = false)
 {
     return ToCompareReference().IsSameX(other.ToCompareReference(), ignoreSign);
 }