SentimentSkill.SkillVersion Struct

Definition

Represents service version information of an SentimentSkill.

public readonly struct SentimentSkill.SkillVersion : IEquatable<Azure.Search.Documents.Indexes.Models.SentimentSkill.SkillVersion>
type SentimentSkill.SkillVersion = struct
Public Structure SentimentSkill.SkillVersion
Implements IEquatable(Of SentimentSkill.SkillVersion)
Inheritance
SentimentSkill.SkillVersion
Implements

Constructors

SentimentSkill.SkillVersion(String)

Creates a new instance of SentimentSkill.SkillVersion.

Properties

Latest

Latest version of the SentimentSkill.SkillVersion.

V3

Version 3 of the SentimentSkill.SkillVersion.

Methods

Equals(SentimentSkill+SkillVersion)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SentimentSkill+SkillVersion, SentimentSkill+SkillVersion)

Defines the equal-to comparison operator on SentimentSkill.SkillVersion.

GreaterThanOrEqual(SentimentSkill+SkillVersion, SentimentSkill+SkillVersion)

Defines the greater-than-or-equal-to comparison operator on SentimentSkill.SkillVersion.

Implicit(String to SkillVersion)

Converts a string to a SentimentSkill.SkillVersion.

Inequality(SentimentSkill+SkillVersion, SentimentSkill+SkillVersion)

Defines the not-equal-to comparison operator on SentimentSkill.SkillVersion.

LessThanOrEqual(SentimentSkill+SkillVersion, SentimentSkill+SkillVersion)

Defines the less-than-or-equal-to comparison operator on SentimentSkill.SkillVersion.

Applies to