Equality Operator

Moq

Collapse imageExpand ImageCopy imageCopyHover image
Determines whether two specified Times objects have the same value.

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

Syntax

C#
public static bool operator ==(
	Times left,
	Times right
)

Parameters

left
Type: Moq..::..Times
The first Times.
right
Type: Moq..::..Times
The second Times.

Return Value

true if the value of left is the same as the value of right; otherwise, false.

See Also