Click or drag to resize
LinqSqlMethodsEquals Method
Compares two objects

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static bool Equals(
	Object first,
	Object second
)

Parameters

first
Type: SystemObject
First object
second
Type: SystemObject
Second object

Return Value

Type: Boolean
See Also