|  | WbTimeEquals(Object) Method | 
This is preliminary documentation and is subject to change.
Indicates whether this instance and a specified object are equal.
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
 Syntax
Syntaxpublic override bool Equals(
	Object? obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
Dim instance As WbTime
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool Parameters
- obj  Object
- The object to compare with the current instance.
Return Value
Boolean if 
obj and this instance are the same type and represent the same value; otherwise, 
.
 See Also
See Also