Show / Hide Table of Contents

Class FeedConnectionKey

Inheritance
object
FeedConnectionKey
Implements
IEquatable<FeedConnectionKey>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class FeedConnectionKey : IEquatable<FeedConnectionKey>

Fields

Empty

Declaration
public static readonly FeedConnectionKey Empty
Field Value
Type Description
FeedConnectionKey

Properties

Id

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

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

Methods

Equals(object)

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

Equals(FeedConnectionKey)

Declaration
public bool Equals(FeedConnectionKey other)
Parameters
Type Name Description
FeedConnectionKey other
Returns
Type Description
bool

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

ToString()

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

Operators

operator ==(FeedConnectionKey, FeedConnectionKey)

Declaration
public static bool operator ==(FeedConnectionKey left, FeedConnectionKey right)
Parameters
Type Name Description
FeedConnectionKey left
FeedConnectionKey right
Returns
Type Description
bool

operator !=(FeedConnectionKey, FeedConnectionKey)

Declaration
public static bool operator !=(FeedConnectionKey left, FeedConnectionKey right)
Parameters
Type Name Description
FeedConnectionKey left
FeedConnectionKey right
Returns
Type Description
bool

Implements

IEquatable<T>
In this article
Back to top