Share via


TrueRuleFilter Class

Definition

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

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

Constructors

TrueRuleFilter()

Initializes a new instance of the TrueRuleFilter 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 value of the current instance to its equivalent string representation.

Operators

Equality(TrueRuleFilter, TrueRuleFilter)

Compares two TrueRuleFilter values for equality.

Inequality(TrueRuleFilter, TrueRuleFilter)

Compares two TrueRuleFilter values for inequality.

Applies to