VSTalk.Engine.Core.Disco.Caps.CapsInfo.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(CapsInfo left, CapsInfo right)
        {
            return !Equals(left, right);
        }