Click or drag to resize
FilterDescriptorEquals Method (Object)
Determines whether the specified obj is equal to the current descriptor.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject

Return Value

Type: Boolean
Calls Equals(FilterDescriptor) if obj is FilterDescriptor, otherwise returns false.
See Also