点击或拖拽改变大小

LibVLCEquals 方法 (LibVLC)

Determines whether two object instances are equal.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
protected bool Equals(
	LibVLC other
)

参数

other
类型:LibVLCSharp.SharedLibVLC
other libvlc instance to compare with

返回值

类型:Boolean
true if same instance, false otherwise
参见