| DefinitionalObjectAreSameDefinition Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | AreSameDefinition(Boolean, Boolean) | 
            Determines if two booleans have the same definition.  This overload simply checks equality and is provided for convenience.
             | 
|   | AreSameDefinition(Double, Double) | 
            Determines if two doubles have the same definition.  This overload simply checks equality and is provided for convenience.
             | 
|   | AreSameDefinition(IEquatableDefinition, Object) | 
            Determines if two objects have the same definition or are both .
             | 
|   | AreSameDefinition(Int32, Int32) | 
            Determines if two integers have the same definition.  This overload simply checks equality and is provided for convenience.
             | 
|   | AreSameDefinition(Object, Object) | 
            Determines if two objects have the same definition or are both .
             | 
 See Also
See Also