| AkkaAssertEqualityComparerTEquals Method (T, T) |
Determines whether the specified objects are equal.
Namespace:
Akka.TestKit.Xunit2.Internals
Assembly:
Akka.TestKit.Xunit2 (in Akka.TestKit.Xunit2.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public bool Equals(
T x,
T y
)
abstract Equals :
x : 'T *
y : 'T -> bool
override Equals :
x : 'T *
y : 'T -> bool
Parameters
- x
- Type: T
The first object of type T to compare. - y
- Type: T
The second object of type T to compare.
Return Value
Type:
Booleantrue if the specified objects are equal; otherwise, false.
Implements
IEqualityComparerTEquals(T, T)See Also