StringOperator Class

Quartz.NET 3.0 API Documentation
Operators available for comparing string values.
Inheritance Hierarchy

SystemObject
  Quartz.Impl.MatchersStringOperator

Namespace:  Quartz.Impl.Matchers
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
[SerializableAttribute]
public abstract class StringOperator : IEquatable<StringOperator>

The StringOperator type exposes the following members.

Constructors

  NameDescription
Protected methodStringOperator
Initializes a new instance of the StringOperator class
Top
Methods

  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(StringOperator)
Public methodEvaluate
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberAnything
Public fieldStatic memberContains
Public fieldStatic memberEndsWith
Public fieldStatic memberEquality
Public fieldStatic memberStartsWith
Top
See Also

Reference