Tpm2Lib.TpmStructureBase.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator == (TpmStructureBase lhs, TpmStructureBase rhs)
        {
            if ((Object)lhs == null)
            {
                return (Object)rhs == null;  
            }
            return lhs.Equals(rhs);
        }