LinqSqlMethods.Equals Method |
Compares two objects
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntaxpublic static bool Equals(
Object first,
Object second
)
Parameters
- first
- Type: System.Object
First object - second
- Type: System.Object
Second object
Return Value
Type:
Boolean
See Also