[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfObjID.Equals

Equals Method

Equals(PdfObjID)

Determines whether two PdfObjID instances are equal.

Declaration
public bool Equals(PdfObjID other)
Public Function Equals(other As PdfObjID) As Boolean
Parameters
Type Name Description
PdfObjID other

The object to compare with the current object.

Returns
Type Description
bool

true if the specified object is equal to the current object; otherwise, false.

Implements

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
Type Description
bool
Overrides