Binary Methods

 

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

NameDescription
System_CAPS_pubmethodEquals(Binary^)

Determines whether two binary objects are equal.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified Object is equal to the current Object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToArray()

Returns an array of bytes that represents the current binary object.

System_CAPS_pubmethodToString()

Returns a String that represents the current binary object.(Overrides Object::ToString().)

Return to top
Show: