Delen via


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

IsDeviceOperator(String)

Initializes a new instance of IsDeviceOperator.

Properties

Equal

Equal.

Methods

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

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