[This is preliminary documentation and is subject to change.]
Gets value indicating if one index is equals to other
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected abstract bool Equals(
TIndex a,
TIndex b
) |
| Visual Basic |
|---|
Protected MustOverride Function Equals ( _
a As TIndex, _
b As TIndex _
) As Boolean |
| Visual C++ |
|---|
protected:
virtual bool Equals(
TIndex a,
TIndex b
) abstract |
| F# |
|---|
abstract Equals :
a:'TIndex *
b:'TIndex -> bool
|
| JScript |
|---|
protected abstract function Equals(
a : TIndex,
b : TIndex
) : boolean |
Return Value
true if
a ==
b
See Also