xZune.Bass.Tag.Interop.Core.ExtTag.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator ==(ExtTag tag1, ExtTag tag2)
        {
            return tag1.Equals(tag2);
        }