Method Equals
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.assert.dll
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
- bool
Returns
trueif the values are equal;false, otherwise.
Equals(AssertEqualityResult?)
Determines whether the specified object is equal to the current object.
public bool Equals(AssertEqualityResult? other)
Parameters
otherThe object to compare with the current object.
Returns
- bool
Returns
trueif the values are equal;false, otherwise.