Share via


Operator Struct

Definition

Operator used for list of dependencies in criteria array.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OperatorTypeConverter))]
public struct Operator : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.Operator>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OperatorTypeConverter))>]
type Operator = struct
    interface IArgumentCompleter
Public Structure Operator
Implements IArgumentCompleter, IEquatable(Of Operator)
Inheritance
Operator
Attributes
Implements

Fields

And
Or

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type Operator (override for Object)

Equals(Operator)

Compares values of enum type Operator

GetHashCode()

Returns hashCode for enum Operator

ToString()

Returns string representation for Operator

Operators

Equality(Operator, Operator)

Overriding == operator for enum Operator

Implicit(Operator to String)

Implicit operator to convert Operator to string

Implicit(String to Operator)

Implicit operator to convert string to Operator

Inequality(Operator, Operator)

Overriding != operator for enum Operator

Applies to