Equals Method

Moq

Collapse imageExpand ImageCopy imageCopyHover image
Determines whether the specified Object is equal to this instance.

Namespace: Moq
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)

Syntax

C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::..Object
The Object to compare with this instance.

Return Value

true if the specified Object is equal to this instance; otherwise, false.

See Also