Click or drag to resize

MediaWikiVersionEquals(Object) Method

This is preliminary documentation and is subject to change.

Indicates whether this instance and a specified object are equal.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public override bool Equals(
	Object? obj
)

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