ThreatIntelligenceQueryConnective Struct

Definition

Represents boolean connectives used to join clauses in conditions.

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

Constructors

ThreatIntelligenceQueryConnective(String)

Initializes a new instance of ThreatIntelligenceQueryConnective.

Properties

And

'And' connective.

Or

'Or' connective.

Methods

Equals(ThreatIntelligenceQueryConnective)

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

Determines if two ThreatIntelligenceQueryConnective values are the same.

Implicit(String to ThreatIntelligenceQueryConnective)

Converts a string to a ThreatIntelligenceQueryConnective.

Inequality(ThreatIntelligenceQueryConnective, ThreatIntelligenceQueryConnective)

Determines if two ThreatIntelligenceQueryConnective values are not the same.

Applies to