Interface IEquivalent<T>
An interface for detecting equivalency.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public interface IEquivalent<T>
Type Parameters
Name | Description |
---|---|
T | The concrete type. |
Methods
IsEquivalent(T)
Checks if an instance is equivalent to this one.
Declaration
bool IsEquivalent(T instance)
Parameters
Type | Name | Description |
---|---|---|
T | instance | The instance. |
Returns
Type | Description |
---|---|
System.Boolean |