Click or drag to resize

WikiPageStubEquals(Object) Method

This is preliminary documentation and is subject to change.

Indicates whether this instance and a specified object are equal.

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
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