Language

CommvaultMatchOperator Struct

Definition

The types of operator.

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

Constructors

Name Description
CommvaultMatchOperator(String)

Initializes a new instance of CommvaultMatchOperator.

Properties

Name Description
Contains

The operator contains.

DoesNotContains

The operator does not contains.

DoesNotEqual

The operator does not equal.

EndsWith

The operator ends with.

Equal

The operator equals.

StartsWith

The operator starts with.

Methods

Name Description
Equals(CommvaultMatchOperator)

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

Determines if two CommvaultMatchOperator values are the same.

Implicit(String to CommvaultMatchOperator)

Converts a string to a CommvaultMatchOperator.

Implicit(String to Nullable<CommvaultMatchOperator>)
Inequality(CommvaultMatchOperator, CommvaultMatchOperator)

Determines if two CommvaultMatchOperator values are not the same.

Applies to