Share via


FalseRuleFilter Class

Definition

Matches none of the messages arriving to be selected for the subscription.

public sealed class FalseRuleFilter : Azure.Messaging.ServiceBus.Administration.SqlRuleFilter
type FalseRuleFilter = class
    inherit SqlRuleFilter
Public NotInheritable Class FalseRuleFilter
Inherits SqlRuleFilter
Inheritance
FalseRuleFilter

Constructors

FalseRuleFilter()

Initializes a new instance of the FalseRuleFilter class.

Properties

Parameters

Sets the value of a filter expression. Allowed types: string, int, long, bool, double

(Inherited from SqlRuleFilter)
SqlExpression

Gets the SQL expression.

(Inherited from SqlRuleFilter)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(RuleFilter)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

ToString()

Converts the current instance to its string representation.

Operators

Equality(FalseRuleFilter, FalseRuleFilter)

Compares two FalseRuleFilter values for equality.

Inequality(FalseRuleFilter, FalseRuleFilter)

Compares two FalseRuleFilter values for inequality.

Applies to