Return true if the fields are the same type (including size information)

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool SameType(
	Schema..::..Field other
)
Public Function SameType ( _
	other As Schema..::..Field _
) As Boolean
public:
bool SameType(
	Schema..::..Field^ other
)

Parameters

other
Schema..::..Field

See Also