public bool Equals()

in Win32/RawBool.cs [48:51]


        public bool Equals(RawBool other)
        {
            return this.boolValue == other.boolValue;
        }