[]
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Type | Name | Description |
---|---|---|
object | obj |
Type | Description |
---|---|
bool |
Checks whether this PdfDateTime is equal to another PdfDateTime.
public bool Equals(PdfDateTime other)
Public Function Equals(other As PdfDateTime) As Boolean
Type | Name | Description |
---|---|---|
PdfDateTime | other | The PdfDateTime value to compare to. |
Type | Description |
---|---|
bool | True if values are equal, false otherwise. |