| DateRangeBoundEquals Method (DateRangeBound) | 
            Returns true if the value of this instance and other are the same.
            
 
Namespace: Dse.SearchAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic bool Equals(
	DateRangeBound other
)
Parameters
- other
 - Type: Dse.SearchDateRangeBound
 
Return Value
Type: 
BooleanImplements
IEquatableTEquals(T)
See Also