[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Tests the equality of two CAML clauses.
Namespace: JohnHolliday.Caml.Net
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
public static string Eq( string leftPart, string rightPart ) |
Visual Basic (Declaration) |
---|
Public Shared Function Eq ( _ leftPart As String, _ rightPart As String _ ) As String |
Visual C++ |
---|
public: static String^ Eq ( String^ leftPart, String^ rightPart ) |
Parameters
- leftPart
- String
the left part of the expression
- rightPart
- String
the right part of expression
Return Value
a new CAML EQ element
See Also
CAML Class
JohnHolliday.Caml.Net Namespace