 | UserStubEquals(Object) Method |
This is preliminary documentation and is subject to change.
Indicates whether this instance and a specified object are equal.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic override bool Equals(
Object? obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Dim instance As UserStub
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