Click or drag to resize
FilterDescriptorEquals Method (FilterDescriptor)
Determines whether the specified other descriptor is equal to the current one.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual bool Equals(
	FilterDescriptor other
)

Parameters

other
Type: Kettic.AspNet.DataFilterDescriptor
The other filter descriptor.

Return Value

Type: Boolean
True if all members of the current descriptor are equal to the ones of other, otherwise false.
See Also