DefinitionalObjectAreSameDefinition Method (Boolean, Boolean) |
Determines if two booleans have the same definition. This overload simply checks equality and is provided for convenience.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static bool AreSameDefinition(
bool first,
bool second
)
Public Shared Function AreSameDefinition (
first As Boolean,
second As Boolean
) As Boolean
public:
static bool AreSameDefinition(
bool first,
bool second
)
static member AreSameDefinition :
first : bool *
second : bool -> bool
Parameters
- first
- Type: SystemBoolean
The first boolean. - second
- Type: SystemBoolean
The second boolean.
Return Value
Type:
Boolean if the two booleans have the same definition; otherwise
.
See Also