Click or drag to resize
StreamDescriptionEquality Operator
Determines whether two specified instances of StreamDescription are equal.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public static bool operator ==(
	StreamDescription left,
	StreamDescription right
)

Parameters

left
Type: Lawo.EmberPlusSharp.ModelStreamDescription
right
Type: Lawo.EmberPlusSharp.ModelStreamDescription

Return Value

Type: Boolean
See Also