Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Indicates whether the current object is equal to another object of the same type.
An object to compare with this object.
true if the current object is equal to the other parameter; otherwise, false.
Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the content type for the data value.
Gets the value of a named property.
The name of the property.
The property value.
Checks whether a property with a given name exists.
The name of the property.
true if the property exists, false otherwise.
A class holding properties for a data value.
Since
2.0