KBSearchResultType Struct

Definition

Result type of the search result.

public readonly struct KBSearchResultType : IEquatable<Azure.ResourceManager.SelfHelp.Models.KBSearchResultType>
type KBSearchResultType = struct
Public Structure KBSearchResultType
Implements IEquatable(Of KBSearchResultType)
Inheritance
KBSearchResultType
Implements

Constructors

Name Description
KBSearchResultType(String)

Initializes a new instance of KBSearchResultType.

Properties

Name Description
Community

Gets the Community.

Documentation

Gets the Documentation.

Methods

Name Description
Equals(KBSearchResultType)

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

Name Description
Equality(KBSearchResultType, KBSearchResultType)

Determines if two KBSearchResultType values are the same.

Implicit(String to KBSearchResultType)

Converts a string to a KBSearchResultType.

Implicit(String to Nullable<KBSearchResultType>)
Inequality(KBSearchResultType, KBSearchResultType)

Determines if two KBSearchResultType values are not the same.

Applies to