Click or drag to resize
LyncPlatformLibraryAudioVideoMediaEquals Method
Compares the current instance of LyncPlatformLibraryAudioVideoMedia with another instance for equality.

Namespace: Inkostar.Classes
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The other instance of LyncPlatformLibraryAudioVideoMediato be compared against the current instance.

Return Value

Type: Boolean
True if the two instances are equal, otherse False.
See Also