diff --git a/src/Core/Silk.NET.Core/Miscellaneous/Bool32.cs b/src/Core/Silk.NET.Core/Miscellaneous/Bool32.cs index 59d1134053..c24a70d2fc 100644 --- a/src/Core/Silk.NET.Core/Miscellaneous/Bool32.cs +++ b/src/Core/Silk.NET.Core/Miscellaneous/Bool32.cs @@ -15,6 +15,12 @@ namespace Silk.NET.Core /// public uint Value { get; } + /// + /// Compares the current to another . Returns true if they are equal. + /// + /// + /// True if is equal to the current . + /// This will always be false if is not a . public override bool Equals(object obj) { if (obj is Bool32 other)