This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public struct ExpressionOperator
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Structure ExpressionOperator

The type exposes the following methods.

Public Methods

  Name Description
Public operator Static member Equality
Equals operator overload.
Public method Equals
Returns true if the parameter and this instance are equals.
(Overrides ValueType..::Equals(Object).)
Public method GetHashCode
Returns an hashcode.
(Overrides ValueType..::GetHashCode()()()().)
Public method GetType (Inherited from Object.)
Public operator Static member Inequality
Not equals operator overload.
Public method ToString
Returns the name of this ExpressionOperator.
(Overrides ValueType..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced