|
Modular Architecture V1.0.0
|
DataRefernceBase is the base class used to draw, overload, and compare for DataRefence
DataReference is a generic templated type and thus cannot be the target of property drawers or comparisons so DataReferenceBase is used instead
DataReferenceBase contains the base == equality overloads that DataReference needs to overwrite so it's values can be compared to other References
.
More...
Public Member Functions | |
| int | CompareTo (DataReferenceBase other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator< (DataReferenceBase a, DataReferenceBase b) |
| static bool | operator> (DataReferenceBase a, DataReferenceBase b) |
| static bool | operator<= (DataReferenceBase a, DataReferenceBase b) |
| static bool | operator>= (DataReferenceBase a, DataReferenceBase b) |
| static bool | operator== (DataReferenceBase a, DataReferenceBase b) |
| static bool | operator!= (DataReferenceBase a, DataReferenceBase b) |
DataRefernceBase is the base class used to draw, overload, and compare for DataRefence
DataReference is a generic templated type and thus cannot be the target of property drawers or comparisons so DataReferenceBase is used instead
DataReferenceBase contains the base == equality overloads that DataReference needs to overwrite so it's values can be compared to other References
.
|
abstract |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |