DataUrlInfoEquals(DataUrlInfo) Method
Determines whether the value of this instance is equal to the value of other.
Namespace: FolkerKinzel.DataUrlsAssembly: FolkerKinzel.DataUrls (in FolkerKinzel.DataUrls.dll) Version: 2.0.7+f420e766440407ca7bfdc5c20bddf380fd0dd65f
public bool Equals(
DataUrlInfo other
)
Public Function Equals (
other As DataUrlInfo
) As Boolean
public:
virtual bool Equals(
DataUrlInfo other
) sealed
abstract Equals :
other : DataUrlInfo -> bool
override Equals :
other : DataUrlInfo -> bool
- other DataUrlInfo
- The DataUrlInfo instance to compare with.
Booleantrue if this the value of this instance is equal to that of
other;
false, otherwise.
IEquatableTEquals(T)