SubFileNameEquals(SubFileName) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
Public Function Equals (
other As SubFileName
) As Boolean
public:
virtual bool Equals(
SubFileName^ other
) sealed
- other SubFileName
- An object to compare with this object.
Booleantrue if the current object is equal to the
other parameter; otherwise,
false.
IEquatableTEquals(T)