TagLib.Ogg.PageHeader.operator C# (CSharp) Method

operator() public static method

Gets whether or not two instances of differ.
public static operator ( ) : bool
return bool
        public static bool operator !=(PageHeader first,
		                                PageHeader second)
        {
            return !first.Equals (second);
        }