DefinitionalObjectAreSameDefinition Method (IEquatableDefinition, Object) |
Determines if two objects have the same definition or are both .
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(
IEquatableDefinition first,
Object second
)
Public Shared Function AreSameDefinition (
first As IEquatableDefinition,
second As Object
) As Boolean
public:
static bool AreSameDefinition(
IEquatableDefinition^ first,
Object^ second
)
static member AreSameDefinition :
first : IEquatableDefinition *
second : Object -> bool
Parameters
- first
- Type: AGI.Foundation.InfrastructureIEquatableDefinition
The first object, which may be null. - second
- Type: SystemObject
The second object, which may be null.
Return Value
Type:
Boolean if the two objects have the same definition; otherwise
.
See Also