Timestamp.Equals(Timestamp) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests to see if this <code>Timestamp</code> object is equal to the given <code>Timestamp</code> object.
[Android.Runtime.Register("equals", "(Ljava/sql/Timestamp;)Z", "GetEquals_Ljava_sql_Timestamp_Handler")]
public virtual bool Equals (Java.Sql.Timestamp? ts);
[<Android.Runtime.Register("equals", "(Ljava/sql/Timestamp;)Z", "GetEquals_Ljava_sql_Timestamp_Handler")>]
override this.Equals : Java.Sql.Timestamp -> bool
Parameters
- ts
- Timestamp
the <code>Timestamp</code> value to compare with
Returns
<code>true</code> if the given <code>Timestamp</code> object is equal to this <code>Timestamp</code> object; <code>false</code> otherwise
- Attributes
Remarks
Java documentation for java.sql.Timestamp.equals(java.sql.Timestamp)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.