次の方法で共有


IsDeviceMatchConditionMatchValue 構造体

定義

IsDeviceMatchConditionMatchValue。

public readonly struct IsDeviceMatchConditionMatchValue : IEquatable<Azure.ResourceManager.Cdn.Models.IsDeviceMatchConditionMatchValue>
type IsDeviceMatchConditionMatchValue = struct
Public Structure IsDeviceMatchConditionMatchValue
Implements IEquatable(Of IsDeviceMatchConditionMatchValue)
継承
IsDeviceMatchConditionMatchValue
実装

コンストラクター

IsDeviceMatchConditionMatchValue(String)

IsDeviceMatchConditionMatchValue の新しいインスタンスを初期化します。

プロパティ

Desktop

デスクトップ。

Mobile

モバイル。

メソッド

Equals(IsDeviceMatchConditionMatchValue)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(IsDeviceMatchConditionMatchValue, IsDeviceMatchConditionMatchValue)

2 つの IsDeviceMatchConditionMatchValue 値が同じかどうかを判断します。

Implicit(String to IsDeviceMatchConditionMatchValue)

文字列を IsDeviceMatchConditionMatchValue に変換します。

Inequality(IsDeviceMatchConditionMatchValue, IsDeviceMatchConditionMatchValue)

2 つの IsDeviceMatchConditionMatchValue 値が同じでないかどうかを判断します。

適用対象