'Declaration
Public Overloads Function IsMatch( _ ByVal other As PdfPageSize, _ ByVal delta As Double _ ) As Boolean
'Usage
Dim instance As PdfPageSize Dim other As PdfPageSize Dim delta As Double Dim value As Boolean value = instance.IsMatch(other, delta)
public bool IsMatch( PdfPageSize other, double delta )
public: bool IsMatch( PdfPageSize^ other, double delta )
Parameters
- other
- Object to compare.
- delta
- Allowed difference in size.
Return Value
True if the objects match.