 | WaveHandleEquals Method (WaveHandle) |
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(
WaveHandle other
)
Public Function Equals (
other As WaveHandle
) As Boolean
public:
bool Equals(
WaveHandle^ other
)
member Equals :
other : WaveHandle -> bool
Parameters
- other
- Type: TeamSpeak.Sdk.ClientWaveHandle
Another instance to compare to.
Return Value
Type:
Booleantrue if this and the other instance represent the same value; otherwise, false.
See Also