Share via


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

KBSearchResultType(String)

Initializes a new instance of KBSearchResultType.

Properties

Community

Community.

Documentation

Documentation.

Methods

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

Equality(KBSearchResultType, KBSearchResultType)

Determines if two KBSearchResultType values are the same.

Implicit(String to KBSearchResultType)

Converts a string to a KBSearchResultType.

Inequality(KBSearchResultType, KBSearchResultType)

Determines if two KBSearchResultType values are not the same.

Applies to