Equals Method
Equals(object)
Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
Equals(PdfNumber)
Declaration
public bool Equals(PdfNumber other)
Public Function Equals(other As PdfNumber) As Boolean
Parameters
Type |
Name |
Description |
PdfNumber |
other |
An object to compare with this object.
|
Returns
Type |
Description |
bool |
true if the current object is equal to the other parameter; otherwise, false.
|
Implements