RebroadcastServerConnectionIsSameConnection Method |
Returns true if this connection is the same as the other connection.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsSameConnection(
RebroadcastServerConnection other
)
Public Function IsSameConnection (
other As RebroadcastServerConnection
) As Boolean
public:
bool IsSameConnection(
RebroadcastServerConnection^ other
)
member IsSameConnection :
other : RebroadcastServerConnection -> bool
Parameters
- other
- Type: VirtualRadar.InterfaceRebroadcastServerConnection
Return Value
Type:
BooleanSee Also