Microsoft.Azure.Amqp.Encoding.FormatCode.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator ==(FormatCode fc1, FormatCode fc2)
        {
            return fc1.Type == fc2.Type;
        }