Exemple #1
0
 public override int CompareTo(
     PdfDirectObject obj
     )
 {
     return(PdfNumber.Compare(this, obj));
 }