Returns true if this schema has the same field types in the same order as another Schema.

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 SameFieldTypes(
	Schema other
)
Public Function SameFieldTypes ( _
	other As Schema _
) As Boolean
public:
bool SameFieldTypes(
	Schema^ other
)

Parameters

other
Schema

See Also