[This is preliminary documentation and is subject to change.]
Namespace: Firefly.Box.Data.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public static bool operator ==( dataType b, TypedColumnBase<dataType> a ) |
Visual Basic (Declaration) |
---|
Public Shared Operator = ( _ b As dataType, _ a As TypedColumnBase(Of dataType) _ ) As Boolean |
Visual C++ |
---|
public: static bool operator ==( dataType b, TypedColumnBase<dataType>^ a ) |