Equality Operator From Moq previous page next page Collapse AllExpand All C#MoqTimes..::..Equality Operator Times Structure See Also Send Feedback Determines whether two specified Times objects have the same value. Namespace: MoqAssembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)SyntaxC#public static bool operator ==( Times left, Times right )ParametersleftType: Moq..::..Times The first Times. rightType: Moq..::..Times The second Times. Return Valuetrue if the value of left is the same as the value of right; otherwise, false. See AlsoTimes StructureMoq Namespace previous page start next page