Click or drag to resize

DeplayedEventEquals Method

Determines whether an object is equal to this deplayed event.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public override bool Equals(
	Object that
)

Parameters

that
Type: SystemObject
The object to compare with this deplayed event.

Return Value

Type: Boolean
true if the object is equal to this deplayed event.
See Also