Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0