Returns true if this schema has the same field Names and 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 SameFieldsAs(
	Schema other
)
Public Function SameFieldsAs ( _
	other As Schema _
) As Boolean
public:
bool SameFieldsAs(
	Schema^ other
)

Parameters

other
Schema

See Also