System::Nullable::Equals 方法
Nullable::Equals method
确定当前对象表示的值是否等于指定的 Nullable 对象表示的值。
template<typename T1> std::enable_if<IsNullable<T1>::value, bool>::type System::Nullable<T>::Equals(const T1 &other) const
| Parameter | 描述 |
|---|---|
| T1 | 用于比较的 Nullable 对象的底层类型 |
| Parameter | Type | 描述 |
|---|---|---|
| other | const T1& | 用于比较的 Nullable 对象的常量引用 |
ReturnValue
True 如果当前对象表示的值等于指定的 Nullable 对象表示的值,则为 true;否则为 false
另见
- Class Nullable
- Namespace System
- Library Aspose.Page for C++