Click or drag to resize
LinqSqlMethods.Equals Method
Compares two objects

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public 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