Determine if this event is equal to another event
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
Syntax
public bool Equals( CitrixEvent other )
Parameters
- other
- Type: Facilita.Fc.Citrix CitrixEvent
Another event
Return Value
true if the events are the same, otherwise falseImplements
IEquatable T Equals(T)See Also