DataUrlInfoEquals(DataUrlInfo) Method

Determines whether the value of this instance is equal to the value of other.

Definition

Namespace: FolkerKinzel.DataUrls
Assembly: FolkerKinzel.DataUrls (in FolkerKinzel.DataUrls.dll) Version: 1.0.0+b1c843815044ca6fd87a144c9ff16386002c6473
C#
[CLSCompliantAttribute(false)]
public bool Equals(
	 in DataUrlInfo other
)

Parameters

other  DataUrlInfo
The DataUrlInfo instance to compare with.

Return Value

Boolean
true if this the value of this instance is equal to that of other; false, otherwise.

Remarks

This is the most performant overload of the Equals methods but unfortunately it's not CLS compliant. Use it if you can!

See Also