Exemplo n.º 1
0
        public bool Equals(IMedia x, IMedia y)
        {
            INativePointer x1 = (INativePointer)x;
            INativePointer y1 = (INativePointer)y;

            return(x1.Pointer == y1.Pointer);
        }
Exemplo n.º 2
0
        public bool Equals(IPlayer x, IPlayer y)
        {
            INativePointer x1 = (INativePointer)x;
            INativePointer y1 = (INativePointer)y;

            return(x1.Pointer == y1.Pointer);
        }
Exemplo n.º 3
0
        public bool Equals(IMediaPlayerFactory x, IMediaPlayerFactory y)
        {
            INativePointer x1 = (INativePointer)x;
            INativePointer y1 = (INativePointer)y;

            return(x1.Pointer == y1.Pointer);
        }