Show / Hide Table of Contents

Interface IValueEquals<T>

A value equality element.

Namespace: FasterGames.Whiskey
Assembly: cs.temp.dll.dll
Syntax
public interface IValueEquals<in T>
Type Parameters
Name Description
T

value type

Methods

ValueEquals(T)

Ensures an inner value matches another.

Declaration
bool ValueEquals(T other)
Parameters
Type Name Description
T other

other value

Returns
Type Description
System.Boolean

true if equal, false if not equal

In This Article
Back to top Copyright FasterGames ©