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
[CLSCompliantAttribute(false)]
public bool Equals(
in DataUrlInfo other
)
<CLSCompliantAttribute(false)>
Public Function Equals (
ByRef other As DataUrlInfo
) As Boolean
public:
[CLSCompliantAttribute(false)]
bool Equals(
[InAttribute] DataUrlInfo% other
)
[<CLSCompliantAttribute(false)>]
member Equals :
other : DataUrlInfo byref -> 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.
This is the most performant overload of the Equals methods but unfortunately it's not CLS
compliant. Use it if you can!