Bool3.Equals

Method in Bool3

Declaration

public bool Equals(Bool3 other)

Description

Determines if the tuple is equal to another.

Parameters

otherThe tuple to compare to.

Returns

boolTrue if the tuples are equal, false otherwise.

Overload

Declaration

public override bool Equals(object other)

Description

Determines if the tuple is equal to another.

Parameters

otherThe object to compare to.

Returns

boolTrue if the tuples are equal, false otherwise.