KaxListViewSingleValueExpressionTEquals Method (KaxListViewSingleValueExpressionT) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Equals(
KaxListViewSingleValueExpression<T> other
)
Public Function Equals (
other As KaxListViewSingleValueExpression(Of T)
) As Boolean
public:
virtual bool Equals(
KaxListViewSingleValueExpression<T>^ other
) sealed
abstract Equals :
other : KaxListViewSingleValueExpression<'T> -> bool
override Equals :
other : KaxListViewSingleValueExpression<'T> -> bool
Parameters
- other
- Type: Kettic.AspNet.ControlsKaxListViewSingleValueExpressionT
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)
See Also