Udostępnij przez


IsDeviceOperator Struct

Definition

Describes operator to be matched.

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

Constructors

Name Description
IsDeviceOperator(String)

Initializes a new instance of IsDeviceOperator.

Properties

Name Description
Equal

Equal.

Methods

Name Description
Equals(IsDeviceOperator)

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(IsDeviceOperator, IsDeviceOperator)

Determines if two IsDeviceOperator values are the same.

Implicit(String to IsDeviceOperator)

Converts a String to a IsDeviceOperator.

Inequality(IsDeviceOperator, IsDeviceOperator)

Determines if two IsDeviceOperator values are not the same.

Applies to