Fork me on GitHubEpicdominant domains
Implementation of the Equal predicate. It is true if the first operand is equal to the second one.
Inheritance Hierarchy

Assembly: Epic.Query

Declaration Syntax
C#
[SerializableAttribute]
public sealed class Equal : ScalarPredicateBase, 
	IEquatable<Equal>
Members
All MembersConstructorsMethods   



MemberDescription
Equal(Scalar, Scalar)
Initializes a new instance of the Equal class.
Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext)
Accept the specified visitor and context.
(Overrides VisitableBase.Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext).)
Equals(ScalarPredicateBase)
Determines whether the specified ScalarPredicateBase is equal to the current Equal.
(Overrides ScalarPredicateBase.Equals(ScalarPredicateBase).)
Equals(Equal)
Determines whether the specified Equal is equal to the current Equal.
blog comments powered by Disqus