TimeOffsetEquals Method (Object) |
Namespace:
GemBox.Presentation.Media
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 23.0.35.1026
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The Object to compare with this time offset instance.
Return Value
Type:
Boolean if the specified
Object is a
TimeOffset and is equal to this
TimeOffset instance; otherwise,
.
See Also