LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class DataModel.FeatureFlag

    Represents the state of a feature flag evaluation received from LaunchDarkly.

    Inheritance
    object
    DataModel.FeatureFlag
    Implements
    IEquatable<DataModel.FeatureFlag>
    IJsonSerializable
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Sdk.Client
    Assembly: LaunchDarkly.ClientSdk.dll
    Syntax
    [JsonConverter(typeof(DataModel.FeatureFlagJsonConverter))]
    public sealed class DataModel.FeatureFlag : IEquatable<DataModel.FeatureFlag>, IJsonSerializable

    Methods

    | Edit this page View Source

    Equals(FeatureFlag)

    Declaration
    public bool Equals(DataModel.FeatureFlag otherFlag)
    Parameters
    Type Name Description
    DataModel.FeatureFlag otherFlag
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IEquatable<T>
    IJsonSerializable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX