Mindscape LightSpeed - User Reference & API Documentation
NegatedExpression Class
API ReferenceMindscape.LightSpeed.QueryingNegatedExpression
Represents a negated expression.
Declaration Syntax
C#Visual Basic
public sealed class NegatedExpression : QueryExpression<NegatedExpression>
Public NotInheritable Class NegatedExpression _
	Inherits QueryExpression(Of NegatedExpression)
Members
All MembersMethods



IconMemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object).)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object.GetHashCode()()().)
ToString()()()
Returns a String that represents the current Object.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
QueryExpression
 QueryExpression<(Of <(NegatedExpression>)>)
  NegatedExpression

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)