 | FileTransferEquals Method (FileTransfer) |
Indicates whether this instance and a another instance are equal.
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic bool Equals(
FileTransfer other
)
Public Function Equals (
other As FileTransfer
) As Boolean
public:
virtual bool Equals(
FileTransfer^ other
) sealed
abstract Equals :
other : FileTransfer -> bool
override Equals :
other : FileTransfer -> bool
Parameters
- other
- Type: TeamSpeak.Sdk.ClientFileTransfer
Another instance to compare to.
Return Value
Type:
Booleantrue if this and the other instance represent the same value; otherwise, false.
Implements
IEquatableTEquals(T)
See Also