MatrixBerryCore
ObjectComparisonMode.m
Go to the documentation of this file.
1 classdef ObjectComparisonMode
2  enumeration
3  Blob
4  Handle
5  UserDefined
6  end
7 end