示例#1
0
        public override int CompareTo(
            PdfDirectObject obj
            )
        {
            if (!(obj is PdfName))
            {
                throw new ArgumentException("Object MUST be a PdfName");
            }

            return(RawValue.CompareTo(((PdfName)obj).RawValue));
        }
示例#2
0
 public int CompareTo(Fix64 other)
 {
     return(RawValue.CompareTo(other.RawValue));
 }
 public int CompareTo(SymbolAddress other)
 {
     return(RawValue.CompareTo(other.RawValue));
 }