Example #1
0
 /// <summary>
 /// Determines whether two object instances are equal.
 /// </summary>
 /// <param name="other">other libvlc instance to compare with</param>
 /// <returns>true if same instance, false otherwise</returns>
 protected bool Equals(LibVLC other)
 {
     return(NativeReference.Equals(other.NativeReference));
 }