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: 1.0.0+b1c843815044ca6fd87a144c9ff16386002c6473
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)