Click or drag to resize
RebroadcastServerConnectionIsSameConnection Method
Returns true if this connection is the same as the other connection.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsSameConnection(
	RebroadcastServerConnection other
)

Parameters

other
Type: VirtualRadar.InterfaceRebroadcastServerConnection

Return Value

Type: Boolean
See Also