Esempio n. 1
0
 protected bool Equals(LibVLC other)
 {
     return(NativeReference.Equals(other.NativeReference));
 }
Esempio n. 2
0
 protected bool Equals(Instance other)
 {
     return(NativeReference.Equals(other.NativeReference));
 }