CitrixEvent Equals Method (CitrixEvent)C# API
Determine if this event is equal to another event

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public bool Equals(
	CitrixEvent other
)

Return Value

true if the events are the same, otherwise false

Implements

IEquatable T  Equals(T)
See Also