Target Indicators
Search Results for

    Show / Hide Table of Contents

    Struct TargetIndicatorId

    The unique ID that represents a TargetIndicator.

    Implements
    IEquatable<TargetIndicatorId>
    Inherited Members
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: TargetIndicators
    Assembly: TargetIndicators.dll
    Syntax
    public readonly struct TargetIndicatorId : IEquatable<TargetIndicatorId>

    Constructors

    TargetIndicatorId(Guid)

    constructs the TargetIndicatorId.

    Declaration
    public TargetIndicatorId(Guid id)
    Parameters
    Type Name Description
    Guid id

    Properties

    Id

    The underlying Guid that makes up the TargetIndicatorId.

    Declaration
    public Guid Id { get; }
    Property Value
    Type Description
    Guid

    Methods

    Equals(object)

    Tests for equality.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare.

    Returns
    Type Description
    bool

    true if they are equal, otherwise false.

    Overrides
    ValueType.Equals(object)

    Equals(TargetIndicatorId)

    Tests for equality.

    Declaration
    public bool Equals(TargetIndicatorId other)
    Parameters
    Type Name Description
    TargetIndicatorId other

    The TargetIndicatorId to compare.

    Returns
    Type Description
    bool

    true if they are equal, otherwise false.

    GetHashCode()

    Generates a hash code suitable for use in a Dictionary or Set.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for participation in certain collections.

    Overrides
    ValueType.GetHashCode()

    Operators

    operator ==(TargetIndicatorId, TargetIndicatorId)

    Tests for equality.

    Declaration
    public static bool operator ==(TargetIndicatorId a, TargetIndicatorId b)
    Parameters
    Type Name Description
    TargetIndicatorId a

    The first TargetIndicatorId to compare.

    TargetIndicatorId b

    The second TargetIndicatorId to compare.

    Returns
    Type Description
    bool

    true if they are equal, otherwise false.

    operator !=(TargetIndicatorId, TargetIndicatorId)

    Tests for inequality.

    Declaration
    public static bool operator !=(TargetIndicatorId a, TargetIndicatorId b)
    Parameters
    Type Name Description
    TargetIndicatorId a

    The first TargetIndicatorId to compare.

    TargetIndicatorId b

    The second TargetIndicatorId to compare.

    Returns
    Type Description
    bool

    true if they are not equal, otherwise false.

    Implements

    IEquatable<T>
    In this article
    Back to top Generated by DocFX