Table of Contents

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

obj object

The object to compare with the current object.

Returns

bool

Returns true if 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

other

The object to compare with the current object.

Returns

bool

Returns true if the values are equal; false, otherwise.