| 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
)
Public Overrides Function Equals (
that As Object
) As Boolean
Parameters
- that
- Type: SystemObject
The object to compare with this deplayed event.
Return Value
Type:
Booleantrue if the object is equal to this deplayed event.
See Also