Inequality operator

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 operator !=(
	StreamProperties other
)
Public Operator <> ( _
	other As StreamProperties _
) As Boolean
public:
bool operator !=(
	StreamProperties^ other
)

Parameters

other
StreamProperties

See Also