CommvaultMatchOperator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |