| LyncPlatformLibraryAudioVideoMediaEquals Method |
Compares the current instance of LyncPlatformLibraryAudioVideoMedia with another instance for equality.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Equals(
Object obj
)
Public Function Equals (
obj As Object
) As Boolean
public:
bool Equals(
Object^ obj
)
member Equals :
obj : Object -> bool
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