'Declaration Public Overridable Function Equals( _
ByVal otherAn object to compare with this object.As PdfContentCommand _
) As Boolean
public virtual bool Equals(
PdfContentCommand other
)
public: virtual bool Equals(
PdfContentCommand* other
)
public:
virtual bool Equals(
PdfContentCommand^ other
)
Parameters
- other
- An object to compare with this object.
Return Value
True if the current object is equal to the other parameter; otherwise, false.